diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-08-25 16:57:12 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-09-02 09:16:05 -0300 |
commit | bbedd75c41ff801c7606bbaf1b7bdfc45d3f45a5 (patch) | |
tree | 2750b2a343ae42c26e1b9f88e1f2023bc3af90dd /sysdeps/unix/sysv | |
parent | fcdbd910679997f257de70e9e49801dc4db93222 (diff) | |
download | glibc-bbedd75c41ff801c7606bbaf1b7bdfc45d3f45a5.tar.gz glibc-bbedd75c41ff801c7606bbaf1b7bdfc45d3f45a5.tar.xz glibc-bbedd75c41ff801c7606bbaf1b7bdfc45d3f45a5.zip |
linux: Remove __ASSUME_ATFCTS
The __have_atfcts is not used anywhere. Checked on x86_64-linux-gnu.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/kernel-features.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index a6bbc3c94e..e648eecc0d 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -49,10 +49,6 @@ SH this appeared first in 2.6.19-rc1, on ia64 in 2.6.22-rc1. */ #define __ASSUME_PSELECT 1 -/* The *at syscalls were introduced just after 2.6.16-rc1. On PPC - they were introduced in 2.6.17-rc1, on SH in 2.6.19-rc1. */ -#define __ASSUME_ATFCTS 1 - /* Support for inter-process robust mutexes was added in 2.6.17 (but some architectures lack futex_atomic_cmpxchg_inatomic in some configurations). */ |