From 9087163804df8af6dc2ec1f675a2341c25f7795f Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 3 Dec 2017 21:43:30 -0600 Subject: ansification: remove _DEFUN Signed-off-by: Yaakov Selkowitz --- newlib/libc/string/strcoll.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'newlib/libc/string/strcoll.c') 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 int -_DEFUN (strcoll, (a, b), - const char *a, +strcoll (const char *a, const char *b) { -- cgit v1.1