aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/stpncpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/stpncpy.c')
-rw-r--r--newlib/libc/string/stpncpy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/string/stpncpy.c b/newlib/libc/string/stpncpy.c
index aa5acd4..9e8a129 100644
--- a/newlib/libc/string/stpncpy.c
+++ b/newlib/libc/string/stpncpy.c
@@ -62,8 +62,8 @@ QUICKREF
char *
_DEFUN (stpncpy, (dst, src),
- char *__restrict dst _AND
- _CONST char *__restrict src _AND
+ char *__restrict dst,
+ _CONST char *__restrict src,
size_t count)
{
char *ret = NULL;