1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

(CFLAGS-oldtmpfile.c): Add -fexceptions.

This commit is contained in:
Ulrich Drepper
2003-09-02 07:14:15 +00:00
parent c503d3dc51
commit f1c30c98b9
17 changed files with 91 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
/* Message display handling.
Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
Copyright (C) 1997, 1999, 2000, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -94,7 +94,7 @@ enum
and TAG to console or standard error. */
extern int fmtmsg (long int __classification, __const char *__label,
int __severity, __const char *__text,
__const char *__action, __const char *__tag) __THROW;
__const char *__action, __const char *__tag);
#ifdef __USE_SVID
/* Add or remove severity level. */