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/wcslcpy.c')
-rw-r--r--newlib/libc/string/wcslcpy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/wcslcpy.c b/newlib/libc/string/wcslcpy.c
index a21f8c8fc..3d688a943 100644
--- a/newlib/libc/string/wcslcpy.c
+++ b/newlib/libc/string/wcslcpy.c
@@ -62,8 +62,7 @@ No supporting OS subroutines are required.
* Returns wcslen(src); if retval >= siz, truncation occurred.
*/
size_t
-_DEFUN (wcslcpy, (dst, src, siz),
- wchar_t * dst,
+wcslcpy (wchar_t * dst,
const wchar_t * src,
size_t siz)
{