diff options
-rw-r--r-- | include/stdlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 05a18eb8f..56cdd984d 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -833,7 +833,7 @@ __END_NAMESPACE_STD or negative response expression as specified by the LC_MESSAGES category in the program's current locale. Returns 1 if affirmative, 0 if negative, and -1 if not matching. */ -__THROW __nonnull ((1)) __wur +__nonnull ((1)) __wur static inline int rpmatch (__const char *__response) { return (__response[0] == 'y' || __response[0] == 'Y') ? 1 : |