diff options
Diffstat (limited to 'libc/string/strncat.c')
-rw-r--r-- | libc/string/strncat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/strncat.c b/libc/string/strncat.c index 61170c369..be4dd9301 100644 --- a/libc/string/strncat.c +++ b/libc/string/strncat.c @@ -10,7 +10,7 @@ #ifdef WANT_WIDE # define Wstrncat wcsncat #else -libc_hidden_proto(strncat) +/* Experimentally off - libc_hidden_proto(strncat) */ # define Wstrncat strncat #endif |