about summary refs log tree commit diff
path: root/signal/tst-sigset2.c
Commit message (Collapse)AuthorAgeFilesLines
* signal: Avoid system signal disposition to interfere with testsAdhemerval Zanella2024-03-271-0/+4
| | | | | Both tst-sigset2 and tst-signal1 expectes that SIGINT disposition is set to SIG_DFL.
* signal: Deprecate additional legacy signal handling functionsFlorian Weimer2020-05-251-0/+4
| | | | | | | | | | 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>
* [BZ #1951]Ulrich Drepper2006-04-231-0/+184
| | | | | | | | | 2006-04-23 Ulrich Drepper <drepper@redhat.com> [BZ #1951] * sysdeps/posix/sigset.c (sigset): Return correct value reflecting previous signal state. * signal/Makefile (tests): Add tst-sigset2. * signal/tst-sigset2.c: New file.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-184/+0
|
* 2.5-18.1Jakub Jelinek2007-07-121-0/+184