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>
|
2003-08-30 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* misc/Makefile (CFLAGS-error.c): Define.
|
||||||
* misc/error.c (error): Disable cancellation handling around the
|
* misc/error.c (error): Disable cancellation handling around the
|
||||||
actual output. The message should in any case be printed.
|
actual output. The message should in any case be printed.
|
||||||
(error_at_line): Likewise.
|
(error_at_line): Likewise.
|
||||||
|
@ -82,6 +82,7 @@ CFLAGS-readv.c = -fexceptions -fasynchronous-unwind-tables
|
|||||||
CFLAGS-writev.c = -fexceptions -fasynchronous-unwind-tables
|
CFLAGS-writev.c = -fexceptions -fasynchronous-unwind-tables
|
||||||
CFLAGS-usleep.c = -fexceptions
|
CFLAGS-usleep.c = -fexceptions
|
||||||
CFLAGS-syslog.c = -fexceptions
|
CFLAGS-syslog.c = -fexceptions
|
||||||
|
CFLAGS-error.c = -fexceptions
|
||||||
|
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user