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