diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-18 11:56:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-18 11:56:21 +0000 |
commit | f051627fadac5986cb21829c1083a819d4310489 (patch) | |
tree | f6d0a6c8fa57b4fd523c58bd184beb7a3ebd6459 /ChangeLog | |
parent | d7913e0e256e842a3ff43b1a0854b351f585645d (diff) | |
download | glibc-f051627fadac5986cb21829c1083a819d4310489.tar.gz glibc-f051627fadac5986cb21829c1083a819d4310489.tar.xz glibc-f051627fadac5986cb21829c1083a819d4310489.zip |
Update.
2002-12-18 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/sysdep.h: Define ENTER_KERNEL macro. Use it instead of directly int $0x80. * sysdeps/unix/sysv/linux/i386/brk.c: Use ENTER_KERNEL. * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise. * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise. * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise. * sysdeps/unix/sysv/linux/i386/socket.S: Likewise. * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f9f268f02c..af82aba95b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-12-18 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/i386/sysdep.h: Define ENTER_KERNEL macro. + Use it instead of directly int $0x80. + * sysdeps/unix/sysv/linux/i386/brk.c: Use ENTER_KERNEL. + * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise. + * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise. + * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise. + * sysdeps/unix/sysv/linux/i386/socket.S: Likewise. + * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise. + 2002-12-17 Ulrich Drepper <drepper@redhat.com> * malloc/malloc.c (mALLOPt): Make sure malloc is initialized. |