diff options
Diffstat (limited to 'stdlib/fmtmsg.h')
-rw-r--r-- | stdlib/fmtmsg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/fmtmsg.h b/stdlib/fmtmsg.h index ec4c5e0f73..b48946e681 100644 --- a/stdlib/fmtmsg.h +++ b/stdlib/fmtmsg.h @@ -95,7 +95,7 @@ extern int fmtmsg (long int __classification, const char *__label, int __severity, const char *__text, const char *__action, const char *__tag); -#ifdef __USE_SVID +#ifdef __USE_MISC /* Add or remove severity level. */ extern int addseverity (int __severity, const char *__string) __THROW; #endif |