]> git.ipfire.org Git - thirdparty/glibc.git/commit - NEWS
signal: Deprecate additional legacy signal handling functions
authorFlorian Weimer <fweimer@redhat.com>
Mon, 25 May 2020 16:32:28 +0000 (18:32 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 25 May 2020 16:32:28 +0000 (18:32 +0200)
commit02802fafcf6e11ea3f998f685035ffe568dfddeb
tree2db187fc4bd2ef24a0c70c573b278a5e7ece62e5
parentde42613540de8d3d70b5f14a14923cab7bd694d0
signal: Deprecate additional legacy signal handling functions

This needs a few test adjustments: In some cases, sigignore was
used for convenience (replaced with xsignal with SIG_IGN).  Tests
for the deprecated functions need to disable
-Wdeprecated-declarations, and for the sigmask deprecation,
-Wno-error.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
12 files changed:
NEWS
manual/signal.texi
nptl/Makefile
nptl/tst-cancel4.c
nptl/tst-exec1.c
nptl/tst-exec2.c
nptl/tst-exec3.c
nptl/tst-exec4.c
nptl/tst-exec5.c
signal/signal.h
signal/tst-sigset2.c
signal/tst-sigsimple.c