aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-02-06 12:29:50 -0800
committerRoland McGrath <roland@hack.frob.com>2015-02-06 12:29:50 -0800
commitcfa69b0bb23b69087b5619a76d52eba8743cbbb2 (patch)
tree832e3f9c2cf14a4d6805ee7c1bcd07adb7f5caed /ChangeLog
parent827278060826e62e5f30d9f39f745e075669dc26 (diff)
downloadglibc-cfa69b0bb23b69087b5619a76d52eba8743cbbb2.tar.xz
glibc-cfa69b0bb23b69087b5619a76d52eba8743cbbb2.zip
Conditionalize some tests' use of SA_SIGINFO.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32b8a64542..fa82cfa2df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.