From: Ulrich Drepper Date: Sat, 30 Aug 2003 08:33:15 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~310 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=048466f6148f6d72994eeb234f435fd351e24559;p=thirdparty%2Fglibc.git Update. * misc/Makefile (CFLAGS-error.c): Define. --- diff --git a/ChangeLog b/ChangeLog index 1b979b74828..2a68990ba64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2003-08-30 Ulrich Drepper + * misc/Makefile (CFLAGS-error.c): Define. * misc/error.c (error): Disable cancellation handling around the actual output. The message should in any case be printed. (error_at_line): Likewise. diff --git a/misc/Makefile b/misc/Makefile index e8828109a72..570ff081a11 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -82,6 +82,7 @@ CFLAGS-readv.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-writev.c = -fexceptions -fasynchronous-unwind-tables CFLAGS-usleep.c = -fexceptions CFLAGS-syslog.c = -fexceptions +CFLAGS-error.c = -fexceptions include ../Rules