summaryrefslogtreecommitdiff
path: root/libc/string/strncpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/strncpy.c')
-rw-r--r--libc/string/strncpy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/strncpy.c b/libc/string/strncpy.c
index d93561294..ccf031b1b 100644
--- a/libc/string/strncpy.c
+++ b/libc/string/strncpy.c
@@ -10,7 +10,6 @@
#ifdef WANT_WIDE
# define Wstrncpy wcsncpy
#else
-/* Experimentally off - libc_hidden_proto(strncpy) */
# define Wstrncpy strncpy
#endif