summaryrefslogtreecommitdiff
path: root/libc/stdio/fcloseall.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/fcloseall.c')
-rw-r--r--libc/stdio/fcloseall.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/stdio/fcloseall.c b/libc/stdio/fcloseall.c
index dbb600067..5be9b553e 100644
--- a/libc/stdio/fcloseall.c
+++ b/libc/stdio/fcloseall.c
@@ -7,6 +7,8 @@
#include "_stdio.h"
+libc_hidden_proto(fclose)
+
/* NOTE: GLIBC difference!!! -- fcloseall
* According to the info pages, glibc actually fclose()s all open files.
* Apparently, glibc's new version only fflush()s and unbuffers all