summaryrefslogtreecommitdiff
path: root/stdlib/fmtmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/fmtmsg.h')
-rw-r--r--stdlib/fmtmsg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/fmtmsg.h b/stdlib/fmtmsg.h
index 56139b9a25..ae166840cd 100644
--- a/stdlib/fmtmsg.h
+++ b/stdlib/fmtmsg.h
@@ -92,13 +92,13 @@ enum
/* Print message with given CLASSIFICATION, LABEL, SEVERITY, TEXT, ACTION
and TAG to console or standard error. */
-extern int fmtmsg __P ((long int __classification, __const char *__label,
- int __severity, __const char *__text,
- __const char *__action, __const char *__tag));
+extern int fmtmsg (long int __classification, __const char *__label,
+ int __severity, __const char *__text,
+ __const char *__action, __const char *__tag) __THROW;
#ifdef __USE_SVID
/* Add or remove severity level. */
-extern int addseverity __P ((int __severity, __const char *__string));
+extern int addseverity (int __severity, __const char *__string) __THROW;
#endif
__END_DECLS