diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-27 08:03:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-27 08:03:17 +0000 |
commit | dbf6131c495e09d21502a3a8c70e50d8c4e66fe4 (patch) | |
tree | 10ba88d58de0e94aec14605fd52c5b7d02cd5fb9 | |
parent | d148ed257ab179a6a408bc1668e2effb447726bd (diff) | |
download | glibc-dbf6131c495e09d21502a3a8c70e50d8c4e66fe4.tar glibc-dbf6131c495e09d21502a3a8c70e50d8c4e66fe4.tar.gz glibc-dbf6131c495e09d21502a3a8c70e50d8c4e66fe4.tar.bz2 glibc-dbf6131c495e09d21502a3a8c70e50d8c4e66fe4.zip |
Update.
Patch by Neil Brown <neilb@cse.unsw.edu.au> [PR libc/4973].
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | nptl/ChangeLog | 7 |
2 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,7 @@ * sunrpc/svc_udp.c (svcudp_recv): Remove all control messages except the PKTINFO. Reset interface in PKTINFO. + Patch by Neil Brown <neilb@cse.unsw.edu.au> [PR libc/4973]. 2003-02-25 Steven Munroe <sjmunroe@us.ibm.com> diff --git a/nptl/ChangeLog b/nptl/ChangeLog index b89ca6d2c0..11db7094ca 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,12 @@ 2003-02-26 Ulrich Drepper <drepper@redhat.com> + * Makefile (tests): Add tst-rwlock10 and tst-rwlock11. + * tst-rwlock8.c: Initialize lock with INIT. Allow INIT to be + predefined. + * tst-rwlock9.c: Likewise. + * tst-rwlock10.c: New file. + * tst-rwlock11.c: New file. + * Makefile (tests): Add tst-dlsym1. * tst-dlsym1.c: New file. |