Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/stpncpy.c')
-rw-r--r--newlib/libc/string/stpncpy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/stpncpy.c b/newlib/libc/string/stpncpy.c
index 69fa8515a..87fe268cf 100644
--- a/newlib/libc/string/stpncpy.c
+++ b/newlib/libc/string/stpncpy.c
@@ -61,8 +61,7 @@ QUICKREF
#define TOO_SMALL(LEN) ((LEN) < sizeof (long))
char *
-_DEFUN (stpncpy, (dst, src),
- char *__restrict dst,
+stpncpy (char *__restrict dst,
const char *__restrict src,
size_t count)
{