diff options
| author | Roland McGrath <roland@hack.frob.com> | 2015-03-04 15:14:56 -0800 |
|---|---|---|
| committer | Roland McGrath <roland@hack.frob.com> | 2015-03-04 15:14:56 -0800 |
| commit | 2cfe32bc05b11b0dc633cd04f48f47734faf2399 (patch) | |
| tree | 34b736b8344a6ceec8eeae0773d288ffa1b78c92 /ChangeLog | |
| parent | e27176eea8aa74400204be4d3400e9723169fcaf (diff) | |
| download | glibc-2cfe32bc05b11b0dc633cd04f48f47734faf2399.tar.xz glibc-2cfe32bc05b11b0dc633cd04f48f47734faf2399.zip | |
Conditionalize some test code for SIGRTMIN, SA_SIGINFO.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |
