From: Ulrich Drepper Date: Thu, 27 Feb 2003 08:03:17 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~19973 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbf6131c495e09d21502a3a8c70e50d8c4e66fe4;p=external%2Fglibc.git Update. Patch by Neil Brown [PR libc/4973]. --- diff --git a/ChangeLog b/ChangeLog index b39b087..bbfafe3 100644 --- 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 [PR libc/4973]. 2003-02-25 Steven Munroe diff --git a/nptl/ChangeLog b/nptl/ChangeLog index b89ca6d..11db709 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,12 @@ 2003-02-26 Ulrich Drepper + * 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.