diff options
Diffstat (limited to 'libc/string/generic/strncpy.c')
-rw-r--r-- | libc/string/generic/strncpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/generic/strncpy.c b/libc/string/generic/strncpy.c index 4b0b0894e..d2d693f2b 100644 --- a/libc/string/generic/strncpy.c +++ b/libc/string/generic/strncpy.c @@ -19,7 +19,7 @@ #include <string.h> #include "memcopy.h" -libc_hidden_proto(strncpy) +/* Experimentally off - libc_hidden_proto(strncpy) */ char *strncpy (char *s1, const char *s2, size_t n) { reg_char c; |