From 0b211e340fc1d1a6cfd7d2d21d8cbd233865ce71 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 25 Mar 2009 17:57:11 +0000 Subject: 2009-03-25 Jeff Johnston * libc/string/wcsdup.c: Fix documentation error. * libc/string/Makefile.am: Fix CHEWOUT files to contain wcsdup.def rather than wcsdup. * libc/string/Makefile.in: Regenerated. --- newlib/libc/string/wcsdup.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'newlib/libc/string/wcsdup.c') diff --git a/newlib/libc/string/wcsdup.c b/newlib/libc/string/wcsdup.c index 8462c0b09..90be68e02 100644 --- a/newlib/libc/string/wcsdup.c +++ b/newlib/libc/string/wcsdup.c @@ -12,16 +12,16 @@ ANSI_SYNOPSIS wchar_t *wcsdup(const wchar_t *<[str]>); #include - wchar_t *_wcsdup_r(struct _reent *, const wchar_t *<[str]>); + wchar_t *_wcsdup_r(struct _reent *<[ptr]>, const wchar_t *<[str]>); TRAD_SYNOPSIS #include - wchar_t *wcsdup(, <[str]>) - struct _reent *; + wchar_t *wcsdup(<[ptr]>, <[str]>) + struct _reent *<[ptr]>; wchar_t *<[str]>; DESCRIPTION - <> allocates a new wide character string using <, + <> allocates a new wide character string using <>, and copies the content of the argument <[str]> into the newly allocated string, thus making a copy of <[str]>. -- cgit v1.2.3