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/wcsncat.c')
-rw-r--r--newlib/libc/string/wcsncat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/wcsncat.c b/newlib/libc/string/wcsncat.c
index 3c344b46e..4c14e19f3 100644
--- a/newlib/libc/string/wcsncat.c
+++ b/newlib/libc/string/wcsncat.c
@@ -62,8 +62,7 @@ No supporting OS subroutines are required.
#include <wchar.h>
wchar_t *
-_DEFUN (wcsncat, (s1, s2, n),
- wchar_t *__restrict s1,
+wcsncat (wchar_t *__restrict s1,
const wchar_t *__restrict s2,
size_t n)
{