From bbedd75c41ff801c7606bbaf1b7bdfc45d3f45a5 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Tue, 25 Aug 2020 16:57:12 -0300 Subject: linux: Remove __ASSUME_ATFCTS The __have_atfcts is not used anywhere. Checked on x86_64-linux-gnu. --- sysdeps/unix/sysv/linux/kernel-features.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sysdeps/unix/sysv/linux') 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). */ -- cgit 1.4.1