mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Update.
* misc/Makefile (CFLAGS-getpass.c): Add -fexceptions. * misc/getpass.c (getpass): Add cleanup handler to ensure the stream is closed even if the thread is canceled. (call_fclose): New function. * posix/unistd.h: Remove __THROW from getpass prorotype. * posix/Makefile (CFLAGS-getopt.c): Add -fexceptions. * signal/signal.h (psignal): Remove __THROW. * stdio-common/Makefile (CFLAGS-psignal.c): Add -fexceptions.
This commit is contained in:
@@ -84,6 +84,7 @@ CFLAGS-tst-printfsz.c = -Wno-format
|
||||
CFLAGS-tmpfile.c = -fexceptions
|
||||
CFLAGS-tmpfile64.c = -fexceptions
|
||||
CFLAGS-tempname.c = -fexceptions
|
||||
CFLAGS-psignal.c = -fexceptions
|
||||
|
||||
tst-sscanf-ENV = LOCPATH=$(common-objpfx)localedata
|
||||
tst-swprintf-ENV = LOCPATH=$(common-objpfx)localedata
|
||||
|
Reference in New Issue
Block a user