diff options
| author | Roland McGrath <roland@hack.frob.com> | 2015-02-06 12:29:50 -0800 |
|---|---|---|
| committer | Roland McGrath <roland@hack.frob.com> | 2015-02-06 12:29:50 -0800 |
| commit | cfa69b0bb23b69087b5619a76d52eba8743cbbb2 (patch) | |
| tree | 832e3f9c2cf14a4d6805ee7c1bcd07adb7f5caed /ChangeLog | |
| parent | 827278060826e62e5f30d9f39f745e075669dc26 (diff) | |
| download | glibc-cfa69b0bb23b69087b5619a76d52eba8743cbbb2.tar.xz glibc-cfa69b0bb23b69087b5619a76d52eba8743cbbb2.zip | |
Conditionalize some tests' use of SA_SIGINFO.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2015-02-06 Roland McGrath <roland@hack.frob.com> + * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests + on [SA_SIGINFO]. + * nptl/tst-cancel21.c (do_test): Likewise. + * debug/tst-backtrace6.c: Include <signal.h> first thing. + Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO]. + [!SA_SIGINFO]: Make it a stub test. + * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for SIGCHLD; it's redundant with SIG_IGN as sa_handler. |
