summaryrefslogtreecommitdiffstats
path: root/libc/stdio/fclose.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/fclose.c')
-rw-r--r--libc/stdio/fclose.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/stdio/fclose.c b/libc/stdio/fclose.c
index 27d3c7e96..eadfe74de 100644
--- a/libc/stdio/fclose.c
+++ b/libc/stdio/fclose.c
@@ -6,9 +6,9 @@
*/
#include "_stdio.h"
-libc_hidden_proto(fclose)
+/* libc_hidden_proto(fclose) */
-libc_hidden_proto(close)
+/* libc_hidden_proto(close) */
libc_hidden_proto(fflush_unlocked)
int fclose(register FILE *stream)