Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 27 Feb 2003 08:03:17 +0000 (08:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 27 Feb 2003 08:03:17 +0000 (08:03 +0000)
Patch by Neil Brown <neilb@cse.unsw.edu.au> [PR libc/4973].

ChangeLog
nptl/ChangeLog

index b39b087d49eead931cc3a5c3e92330e87854ae7b..bbfafe309b3fd46f765b14eb6223897c2b188eed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index b89ca6d2c0616d1812f6edf6bf95bf422d812d01..11db7094ca57998639757979c21e2f53f81bd06d 100644 (file)
@@ -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.