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/wcpncpy.c')
-rw-r--r--newlib/libc/string/wcpncpy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/wcpncpy.c b/newlib/libc/string/wcpncpy.c
index 11f4d7c1f..d4e8bcfcd 100644
--- a/newlib/libc/string/wcpncpy.c
+++ b/newlib/libc/string/wcpncpy.c
@@ -33,8 +33,7 @@ No supporting OS subroutines are required.
#include <wchar.h>
wchar_t *
-_DEFUN (wcpncpy, (dst, src, count),
- wchar_t *__restrict dst,
+wcpncpy (wchar_t *__restrict dst,
const wchar_t *__restrict src,
size_t count)
{