From 2a6489110901ea3cb2c95616f4b21e0d2122aa8c Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 24 Mar 2015 22:16:20 -0400 Subject: manually export additional weak symbols. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- src/stdio/nt64/fflush.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/stdio/nt64/fflush.c (limited to 'src') diff --git a/src/stdio/nt64/fflush.c b/src/stdio/nt64/fflush.c new file mode 100644 index 0000000..4c88f20 --- /dev/null +++ b/src/stdio/nt64/fflush.c @@ -0,0 +1,6 @@ +#include "../fflush.c" + +int __fflush_unlocked_impl(FILE *f) +{ + return __fflush_unlocked(f); +} -- cgit v1.2.3