summaryrefslogtreecommitdiff
path: root/libc/string/strndup.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/strndup.c')
-rw-r--r--libc/string/strndup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/string/strndup.c b/libc/string/strndup.c
index 96a36d404..8e608669c 100644
--- a/libc/string/strndup.c
+++ b/libc/string/strndup.c
@@ -8,9 +8,6 @@
#include "_string.h"
#include <stdlib.h>
-/* Experimentally off - libc_hidden_proto(strndup) */
-/* Experimentally off - libc_hidden_proto(strnlen) */
-/* Experimentally off - libc_hidden_proto(memcpy) */
char *strndup(register const char *s1, size_t n)
{