diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-16 23:07:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-16 23:07:43 +0000 |
commit | f60db8eda7b87c63f3bc89d4e82fc4f144fb4aa3 (patch) | |
tree | c2700b6eb7f453523d7a78695384c3ad25f474d8 /ChangeLog | |
parent | 0e0deb03602992472f6efd0e442f6eb0488a1368 (diff) | |
download | glibc-f60db8eda7b87c63f3bc89d4e82fc4f144fb4aa3.tar.gz glibc-f60db8eda7b87c63f3bc89d4e82fc4f144fb4aa3.tar.xz glibc-f60db8eda7b87c63f3bc89d4e82fc4f144fb4aa3.zip |
Update.
2003-06-16 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/socket.S: Add unwind information. * sysdeps/unix/sysv/linux/wait.c (__libc_wait): Fix type of result variable. * sysdeps/posix/getaddrinfo.c (gaih_inet): Set no_inet6_date also
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index aa4c8ab7eb..ac5917ac5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-06-16 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/i386/socket.S: Add unwind information. + + * sysdeps/unix/sysv/linux/wait.c (__libc_wait): Fix type of result + variable. + 2003-06-16 Thorsten Kukuk <kukuk@suse.de> * include/libc-symbols.h: Add static_link_warning macro. @@ -195,7 +202,7 @@ 2003-06-12 Ulrich Drepper <drepper@redhat.com> - * sysdeps/posix/getaddrinfo.c (gaih_inet): Set no_inet6_date alse + * sysdeps/posix/getaddrinfo.c (gaih_inet): Set no_inet6_date also if only PF_INET address is needed. * nss/getXXbyYY_r.c: Make sure we always return a nonzero value in |