summaryrefslogtreecommitdiff
path: root/libc/string/strncat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/strncat.c')
-rw-r--r--libc/string/strncat.c1
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