aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/wcscmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/wcscmp.c')
-rw-r--r--newlib/libc/string/wcscmp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/wcscmp.c b/newlib/libc/string/wcscmp.c
index 1fb3575..2784fac 100644
--- a/newlib/libc/string/wcscmp.c
+++ b/newlib/libc/string/wcscmp.c
@@ -67,8 +67,7 @@ No supporting OS subroutines are required.
* Compare strings.
*/
int
-_DEFUN (wcscmp, (s1, s2),
- const wchar_t * s1,
+wcscmp (const wchar_t * s1,
const wchar_t * s2)
{