diff options
Diffstat (limited to 'newlib/libc/stdio/perror.c')
-rw-r--r-- | newlib/libc/stdio/perror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdio/perror.c b/newlib/libc/stdio/perror.c index 6ee698705..5dbf3326c 100644 --- a/newlib/libc/stdio/perror.c +++ b/newlib/libc/stdio/perror.c @@ -74,7 +74,7 @@ _DEFUN(_perror_r, (ptr, s), { char *error; - _REENT_SMALL_CHECK_INIT (_stderr_r (ptr)); + _REENT_SMALL_CHECK_INIT (ptr); if (s != NULL && *s != '\0') { fputs (s, _stderr_r (ptr)); |