diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-20 07:20:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-20 07:20:48 +0000 |
commit | 057c823fbef95bf0ddb2a33c109b82488390ecec (patch) | |
tree | e9b76159321c42f19e44737547353741fd0e6ec3 /ChangeLog | |
parent | 097eca29e8f769673b5ed1b335542719280a556e (diff) | |
download | glibc-057c823fbef95bf0ddb2a33c109b82488390ecec.tar.gz glibc-057c823fbef95bf0ddb2a33c109b82488390ecec.tar.xz glibc-057c823fbef95bf0ddb2a33c109b82488390ecec.zip |
Update.
* sysdeps/unix/sysv/linux/i386/_exit.S: Use ENTER_KERNEL instead of int $0x80. * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise. * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise. * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 64f1b81135..526a4fc470 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2002-12-19 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/i386/_exit.S: Use ENTER_KERNEL instead of + int $0x80. + * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise. + * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise. + * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise. + * sysdeps/unix/sysv/linux/i386/sysdep.h: Add support to use AT_SYSINFO information for system calls. |