mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Update.
* misc/Makefile (CFLAGS-error.c): Define.
This commit is contained in:
parent
8c620ae082
commit
048466f614
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user