diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-03-04 15:55:38 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-03-04 15:55:38 -0800 |
commit | 2752f3381b013df24752488488a4cc6e4716fd95 (patch) | |
tree | 4b8367f6aef904ae1496566d6de327b67d4fb129 /ChangeLog | |
parent | 2cfe32bc05b11b0dc633cd04f48f47734faf2399 (diff) | |
download | glibc-2752f3381b013df24752488488a4cc6e4716fd95.tar glibc-2752f3381b013df24752488488a4cc6e4716fd95.tar.gz glibc-2752f3381b013df24752488488a4cc6e4716fd95.tar.bz2 glibc-2752f3381b013df24752488488a4cc6e4716fd95.zip |
Split rpcent tests out of tst-netdb.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,12 @@ 2015-03-04 Roland McGrath <roland@hack.frob.com> + * nss/test-netdb.c: Don't #include <rpc/netdb.h>. + (setdb): Don't call __nss_configure_lookup for "rpc". + (do_test): Don't call test_rpc. + (output_rpcent, test_rpc): Functions moved ... + * sunrpc/test-rpcent.c: ... to this new file. + * sunrpc/Makefile (tests): Add it. + * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of __xpg_sigpause. * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN]. @@ -7,8 +14,6 @@ * 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. |