From d0625dc2ccd0f720b225e1f50b618845b5ca9b4b Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 5 Jun 2015 02:20:20 -0400 Subject: weak symbols: remove the previously used workaround, as it is no longer needed. This change follows corresponding work on, as well as patches to binutils and cbb-gcc. --- src/stdio/nt32/fflush.c | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/stdio/nt32/fflush.c (limited to 'src/stdio/nt32') diff --git a/src/stdio/nt32/fflush.c b/src/stdio/nt32/fflush.c deleted file mode 100644 index 4c88f20..0000000 --- a/src/stdio/nt32/fflush.c +++ /dev/null @@ -1,6 +0,0 @@ -#include "../fflush.c" - -int __fflush_unlocked_impl(FILE *f) -{ - return __fflush_unlocked(f); -} -- cgit v1.2.3