diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/kernel-features.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/kernel-features.h | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/kernel-features.h b/sysdeps/unix/sysv/linux/alpha/kernel-features.h index f3a7a55..2e3fc7d 100644 --- a/sysdeps/unix/sysv/linux/alpha/kernel-features.h +++ b/sysdeps/unix/sysv/linux/alpha/kernel-features.h @@ -23,9 +23,7 @@ #define __ASSUME_UTIMES 1 /* Support for the O_CLOEXEC flag was added for alpha in 2.6.23. */ -#if __LINUX_KERNEL_VERSION >= 0x020617 -# define __ASSUME_O_CLOEXEC 1 -#endif +#define __ASSUME_O_CLOEXEC 1 /* Support for various CLOEXEC and NONBLOCK flags was added for alpha after 2.6.33-rc1. */ @@ -57,28 +55,6 @@ #undef __ASSUME_ST_INO_64_BIT -/* pselect/ppoll were introduced on alpha just after 2.6.22-rc1. */ -#if __LINUX_KERNEL_VERSION < 0x020617 -# undef __ASSUME_PSELECT -# undef __ASSUME_PPOLL -#endif - -/* The *at syscalls were introduced on alpha just after 2.6.22-rc1. */ -#if __LINUX_KERNEL_VERSION < 0x020617 -# undef __ASSUME_ATFCTS -#endif - -/* Support for inter-process robust mutexes was added on alpha just - after 2.6.22-rc1. */ -#if __LINUX_KERNEL_VERSION < 0x020617 -# undef __ASSUME_SET_ROBUST_LIST -#endif - -/* Support for utimensat was added on alpha after 2.6.22-rc1. */ -#if __LINUX_KERNEL_VERSION < 0x020617 -# undef __ASSUME_UTIMENSAT -#endif - /* Support for fallocate was added for alpha after 2.6.33-rc1. */ #if __LINUX_KERNEL_VERSION < 0x020621 # undef __ASSUME_FALLOCATE @@ -89,9 +65,7 @@ #define __ASSUME_STATFS64 0 /* Support for fsyncdata was added for alpha after 2.6.21. */ -#if __LINUX_KERNEL_VERSION >= 0x020616 -# define __ASSUME_FDATASYNC 1 -#endif +#define __ASSUME_FDATASYNC 1 /* Support for preadv and pwritev was added for alpha in 2.6.33. */ #if __LINUX_KERNEL_VERSION < 0x020621 |