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 3156e469a..d9ba76129 100644
--- a/libc/string/generic/strnlen.c
+++ b/libc/string/generic/strnlen.c
@@ -25,7 +25,7 @@
#include <stdlib.h>
#ifdef __USE_GNU
-libc_hidden_proto(strnlen)
+/* Experimentally off - libc_hidden_proto(strnlen) */
libc_hidden_proto(abort)
/* Find the length of S, but scan at most MAXLEN characters. If no