summaryrefslogtreecommitdiff
path: root/libc/stdio/fgetws.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/fgetws.c')
-rw-r--r--libc/stdio/fgetws.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/stdio/fgetws.c b/libc/stdio/fgetws.c
index c7dcc7d2b..80af1a217 100644
--- a/libc/stdio/fgetws.c
+++ b/libc/stdio/fgetws.c
@@ -7,9 +7,9 @@
#include "_stdio.h"
-libc_hidden_proto(fgetws_unlocked)
+/* libc_hidden_proto(fgetws_unlocked) */
-libc_hidden_proto(fgetwc_unlocked)
+/* libc_hidden_proto(fgetwc_unlocked) */
#ifdef __DO_UNLOCKED