aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/strncpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/strncpy.c')
-rw-r--r--newlib/libc/string/strncpy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/strncpy.c b/newlib/libc/string/strncpy.c
index abbe43b..e7eb34d 100644
--- a/newlib/libc/string/strncpy.c
+++ b/newlib/libc/string/strncpy.c
@@ -59,8 +59,7 @@ QUICKREF
#define TOO_SMALL(LEN) ((LEN) < sizeof (long))
char *
-_DEFUN (strncpy, (dst0, src0),
- char *__restrict dst0,
+strncpy (char *__restrict dst0,
const char *__restrict src0,
size_t count)
{