diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.com> | 2015-09-24 15:35:57 -0700 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.com> | 2015-10-09 14:26:08 -0300 |
commit | 0fcc93bce950c8d0c440eee3f968fbeec22db784 (patch) | |
tree | 7ad3dd9a3eb9124b17b562390d339e7e8333d82a /ChangeLog | |
parent | ae5d8eaed0b56ed72726ce78173a855b5c166d51 (diff) | |
download | glibc-0fcc93bce950c8d0c440eee3f968fbeec22db784.tar.gz glibc-0fcc93bce950c8d0c440eee3f968fbeec22db784.tar.xz glibc-0fcc93bce950c8d0c440eee3f968fbeec22db784.zip |
Mark lseek/llseek as non-cancellable
This patch sets lseek/llseek for 64-bit, MIPS n32, and x86_32 as non- cancelable. This make it consistant with 32-bit platform. Tested on i686, x86_64, and x32. * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list (lseek): Set as non-cancelable. * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (llseek): Likewise. * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S (__libc_lseek64): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f68dff7fdd..025a3d84fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2015-10-09 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S + + * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: Remove + file. + * sysdeps/unix/sysv/linux/i386/pthread_cond_timedwait.S: Likewise. + * sysdeps/unix/sysv/linux/i386/pthread_cond_wait.S: Likewise. + 2015-10-09 Joseph Myers <joseph@codesourcery.com> * sysdeps/i386/configure.ac (libc_cv_cc_novzeroupper): Remove |