aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/string/strcoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/strcoll.c')
-rw-r--r--newlib/libc/string/strcoll.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/strcoll.c b/newlib/libc/string/strcoll.c
index fae999a..7fa8d13 100644
--- a/newlib/libc/string/strcoll.c
+++ b/newlib/libc/string/strcoll.c
@@ -36,8 +36,7 @@ QUICKREF
#include <string.h>
int
-_DEFUN (strcoll, (a, b),
- const char *a,
+strcoll (const char *a,
const char *b)
{