diff options
Diffstat (limited to 'newlib/libc/string/strerror_r.c')
-rw-r--r-- | newlib/libc/string/strerror_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/strerror_r.c b/newlib/libc/string/strerror_r.c index 956a1f485..be5358f3e 100644 --- a/newlib/libc/string/strerror_r.c +++ b/newlib/libc/string/strerror_r.c @@ -30,7 +30,7 @@ This function returns a pointer to a string. Your application must not modify that string. PORTABILITY -<<strerror_r>> is a gnu extension. +<<strerror_r>> is a GNU extension. <<strerror_r>> requires no supporting OS subroutines. |