1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
Patch by khendricks@ivey.uwo.ca [libc/1382].
This commit is contained in:
Ulrich Drepper
1999-10-09 21:56:43 +00:00
parent a4a1492eb9
commit c1422e5b7c
113 changed files with 2924 additions and 2968 deletions

View File

@@ -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