diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-12-12 04:32:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-12-12 04:32:41 +0000 |
commit | 8e4f5035e37bed96fbfa530e3fa8ae8d9bc631cf (patch) | |
tree | 3eef59b07cbdc428a199beb0d34c4c6f6510b876 /ChangeLog | |
parent | 1ce9631b86cbc5ae3104561f37bf7ea22f8c437c (diff) | |
download | glibc-8e4f5035e37bed96fbfa530e3fa8ae8d9bc631cf.zip glibc-8e4f5035e37bed96fbfa530e3fa8ae8d9bc631cf.tar.gz glibc-8e4f5035e37bed96fbfa530e3fa8ae8d9bc631cf.tar.bz2 |
Update.
2003-12-11 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/kernel-features.h: Remove __ASSUME_VSYSCALL.
There might always be processes which have no vDSO.
* sysdeps/generic/dl-sysdep.c: Remove __ASSUME_VSYSCALL uses.
* sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-12-11 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/kernel-features.h: Remove __ASSUME_VSYSCALL. + There might always be processes which have no vDSO. + * sysdeps/generic/dl-sysdep.c: Remove __ASSUME_VSYSCALL uses. + * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise. + 2003-12-11 Carlos O'Donell <carlos@baldric.uwo.ca> * sysdeps/generic/dl-fptr.c (COMPARE_AND_SWAP): Pass new and old |