summaryrefslogtreecommitdiff
path: root/libc/string/generic/strncat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/generic/strncat.c')
-rw-r--r--libc/string/generic/strncat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/generic/strncat.c b/libc/string/generic/strncat.c
index 9e0dfcd78..8e3423e49 100644
--- a/libc/string/generic/strncat.c
+++ b/libc/string/generic/strncat.c
@@ -20,7 +20,7 @@
#include "memcopy.h"
-libc_hidden_proto(strncat)
+/* Experimentally off - libc_hidden_proto(strncat) */
char *strncat (char *s1, const char *s2, size_t n)
{
reg_char c;