diff options
Diffstat (limited to 'src/stdio')
-rw-r--r-- | src/stdio/nt32/fflush.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stdio/nt32/fflush.c b/src/stdio/nt32/fflush.c new file mode 100644 index 0000000..4c88f20 --- /dev/null +++ b/src/stdio/nt32/fflush.c @@ -0,0 +1,6 @@ +#include "../fflush.c" + +int __fflush_unlocked_impl(FILE *f) +{ + return __fflush_unlocked(f); +} |