diff options
Diffstat (limited to 'libc/string/strncpy.c')
-rw-r--r-- | libc/string/strncpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/strncpy.c b/libc/string/strncpy.c index 40da93dac..ea5e494c7 100644 --- a/libc/string/strncpy.c +++ b/libc/string/strncpy.c @@ -10,7 +10,7 @@ #ifdef WANT_WIDE # define Wstrncpy wcsncpy #else -libc_hidden_proto(strncpy) +/* Experimentally off - libc_hidden_proto(strncpy) */ # define Wstrncpy strncpy #endif |