diff options
Diffstat (limited to 'libc/string/cris/strncpy.c')
-rw-r--r-- | libc/string/cris/strncpy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/string/cris/strncpy.c b/libc/string/cris/strncpy.c index 3f2775bdd..8d074071a 100644 --- a/libc/string/cris/strncpy.c +++ b/libc/string/cris/strncpy.c @@ -6,9 +6,7 @@ #include <string.h> -/* Experimentally off - libc_hidden_proto(memset) */ -/* Experimentally off - libc_hidden_proto(strncpy) */ char *strncpy(char *dest, const char *src, size_t count) { char *ret = dest; |