diff options
Diffstat (limited to 'newlib/libc/string/strcat.c')
-rw-r--r-- | newlib/libc/string/strcat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/string/strcat.c b/newlib/libc/string/strcat.c index ac9bb8e..92313c4 100644 --- a/newlib/libc/string/strcat.c +++ b/newlib/libc/string/strcat.c @@ -54,8 +54,7 @@ QUICKREF /*SUPPRESS 530*/ char * -_DEFUN (strcat, (s1, s2), - char *__restrict s1, +strcat (char *__restrict s1, const char *__restrict s2) { #if defined(PREFER_SIZE_OVER_SPEED) || defined(__OPTIMIZE_SIZE__) |