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, 0 insertions, 2 deletions
diff --git a/libc/string/generic/strnlen.c b/libc/string/generic/strnlen.c
index 0bc517a84..85819aaa6 100644
--- a/libc/string/generic/strnlen.c
+++ b/libc/string/generic/strnlen.c
@@ -25,8 +25,6 @@
#include <stdlib.h>
#ifdef __USE_GNU
-/* Experimentally off - libc_hidden_proto(strnlen) */
-/* 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. */