aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-03-04 15:14:56 -0800
committerRoland McGrath <roland@hack.frob.com>2015-03-04 15:14:56 -0800
commit2cfe32bc05b11b0dc633cd04f48f47734faf2399 (patch)
tree34b736b8344a6ceec8eeae0773d288ffa1b78c92 /ChangeLog
parente27176eea8aa74400204be4d3400e9723169fcaf (diff)
downloadglibc-2cfe32bc05b11b0dc633cd04f48f47734faf2399.tar.xz
glibc-2cfe32bc05b11b0dc633cd04f48f47734faf2399.zip
Conditionalize some test code for SIGRTMIN, SA_SIGINFO.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52e46c4450..10cdc67d21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2015-03-04 Roland McGrath <roland@hack.frob.com>
+ * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
+ __xpg_sigpause.
+ * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
+ * nptl/tst-signal6.c: Likewise.
+ * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
+ * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
+
+2015-03-04 Roland McGrath <roland@hack.frob.com>
+
* configure.ac (libc_cv_cxx_link_ok): New check.
Reset CXX to empty if it fails to link.
* configure: Regenerated.