]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 30 Aug 2003 08:33:15 +0000 (08:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 30 Aug 2003 08:33:15 +0000 (08:33 +0000)
* misc/Makefile (CFLAGS-error.c): Define.

ChangeLog
misc/Makefile

index 1b979b7482802f9785c622127e8bf418a7ec4908..2a68990ba64bfe3853614c8ee6941836235ada17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2003-08-30  Ulrich Drepper  <drepper@redhat.com>
 
+       * 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.
index e8828109a723b29a93021f768a4898803c7211e9..570ff081a11035d7b880e6254a7f8412a2263a50 100644 (file)
@@ -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