summaryrefslogtreecommitdiff
path: root/libc/string/generic/strnlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/generic/strnlen.c')
-rw-r--r--libc/string/generic/strnlen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/generic/strnlen.c b/libc/string/generic/strnlen.c
index d9ba76129..0bc517a84 100644
--- a/libc/string/generic/strnlen.c
+++ b/libc/string/generic/strnlen.c
@@ -26,7 +26,7 @@
#ifdef __USE_GNU
/* Experimentally off - libc_hidden_proto(strnlen) */
-libc_hidden_proto(abort)
+/* libc_hidden_proto(abort) */
/* Find the length of S, but scan at most MAXLEN characters. If no
'\0' terminator is found in that many characters, return MAXLEN. */