diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-16 08:57:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-16 08:57:50 +0000 |
commit | ac2dc5988663302fa32d2821502fed68a98a225b (patch) | |
tree | 9692db95fbb5ab3bad3d3b0b968146f4ead03551 /ChangeLog | |
parent | 885bc0246bfef6d3f9337c33d240e120ef1e5889 (diff) | |
download | glibc-ac2dc5988663302fa32d2821502fed68a98a225b.tar.gz glibc-ac2dc5988663302fa32d2821502fed68a98a225b.tar.xz glibc-ac2dc5988663302fa32d2821502fed68a98a225b.zip |
Update.
2002-10-16 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): Use __libc_errno only for libc itself.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 95c80382d1..cdb19310bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-16 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): + Use __libc_errno only for libc itself. + 2002-10-15 Roland McGrath <roland@redhat.com> Jakub Jelinek <jakub@redhat.com> |