From eea249da3bc81776246ad5163f5eb887afdd3659 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 3 Dec 2017 20:41:16 -0600 Subject: ansification: remove _PARAMS Signed-off-by: Yaakov Selkowitz --- newlib/libc/string/strerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/string/strerror.c') diff --git a/newlib/libc/string/strerror.c b/newlib/libc/string/strerror.c index 43fa1f5..8d5c188 100644 --- a/newlib/libc/string/strerror.c +++ b/newlib/libc/string/strerror.c @@ -392,7 +392,7 @@ _DEFUN (_strerror_r, (ptr, errnum, internal, errptr), int *errptr) { char *error; - extern char *_user_strerror _PARAMS ((int, int, int *)); + extern char *_user_strerror (int, int, int *); switch (errnum) { -- cgit v1.1