diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-24 08:10:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-24 08:10:29 +0000 |
commit | faf90ba91c2f54515de5085f594f7564f2b5de59 (patch) | |
tree | d44d5ff4482c426206f6e07a809c56c82c90e82b /ChangeLog | |
parent | 3c7375268b4bb6726ae0ef02503c62e97abc0171 (diff) | |
download | glibc-faf90ba91c2f54515de5085f594f7564f2b5de59.tar glibc-faf90ba91c2f54515de5085f594f7564f2b5de59.tar.gz glibc-faf90ba91c2f54515de5085f594f7564f2b5de59.tar.bz2 glibc-faf90ba91c2f54515de5085f594f7564f2b5de59.zip |
Update.
2001-07-24 Ulrich Drepper <drepper@redhat.com>
* iconvdata/Makefile: Add dependencies for tst-loading test.
* sunrpc/svc_tcp.c (svctcp_rendezvous_abort): New function.
* sunrpc/svc_unix.c (svcunix_rendezvous_abort): New function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2001-07-24 Ulrich Drepper <drepper@redhat.com> + + * iconvdata/Makefile: Add dependencies for tst-loading test. + 2001-07-24 Andreas Jaeger <aj@suse.de> * iconv/iconvconfig.c (name_insert): Make static to avoid warning. @@ -37,9 +41,9 @@ 2001-07-23 Jakub Jelinek <jakub@redhat.com> - * sunrpc/svc_tcp.c (svctcp_rendezvous_abort): New. + * sunrpc/svc_tcp.c (svctcp_rendezvous_abort): New function. (svctcp_rendezvous_op): Use it. - * sunrpc/svc_unix.c (svcunix_rendezvous_abort): New. + * sunrpc/svc_unix.c (svcunix_rendezvous_abort): New function. (svcunix_rendezvous_op): Use it. 2001-07-23 Andreas Schwab <schwab@suse.de> |