summaryrefslogtreecommitdiff
path: root/libc/string/generic/strncpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/generic/strncpy.c')
-rw-r--r--libc/string/generic/strncpy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/generic/strncpy.c b/libc/string/generic/strncpy.c
index d2d693f2b..26b45bb8c 100644
--- a/libc/string/generic/strncpy.c
+++ b/libc/string/generic/strncpy.c
@@ -19,7 +19,6 @@
#include <string.h>
#include "memcopy.h"
-/* Experimentally off - libc_hidden_proto(strncpy) */
char *strncpy (char *s1, const char *s2, size_t n)
{
reg_char c;