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/strncat.c')
-rw-r--r--newlib/libc/string/strncat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/strncat.c b/newlib/libc/string/strncat.c
index 2411cf124..7351913f9 100644
--- a/newlib/libc/string/strncat.c
+++ b/newlib/libc/string/strncat.c
@@ -58,8 +58,7 @@ QUICKREF
#endif
char *
-_DEFUN (strncat, (s1, s2, n),
- char *__restrict s1,
+strncat (char *__restrict s1,
const char *__restrict s2,
size_t n)
{