about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/alpha/kernel-features.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-18 09:23:44 -0400
committerMike Frysinger <vapier@gentoo.org>2015-09-17 23:19:10 -0400
commit8a44513e9ccb271e368b4aa3c9493b94a45e039d (patch)
tree58a1e6048b1e68773bb9f5d41b1c07f380cb979a /sysdeps/unix/sysv/linux/alpha/kernel-features.h
parenta435cc46e6ba3f8690fa4da719fdec4129fc3c48 (diff)
downloadglibc-8a44513e9ccb271e368b4aa3c9493b94a45e039d.tar.gz
glibc-8a44513e9ccb271e368b4aa3c9493b94a45e039d.tar.xz
glibc-8a44513e9ccb271e368b4aa3c9493b94a45e039d.zip
alpha: drop __ASSUME_FDATASYNC
Since we require a new enough kernel all the time, the __ASSUME_FDATASYNC
define has been hardcoded to 1.  That means we can delete the alpha file
for fdatasync now and rely on the syscalls list like other ports.
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/kernel-features.h')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/kernel-features.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/kernel-features.h b/sysdeps/unix/sysv/linux/alpha/kernel-features.h
index 13e1b51348..7ae9924f13 100644
--- a/sysdeps/unix/sysv/linux/alpha/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/alpha/kernel-features.h
@@ -44,9 +44,6 @@
 #undef __ASSUME_STATFS64
 #define __ASSUME_STATFS64 0
 
-/* Support for fsyncdata was added for alpha after 2.6.21.  */
-#define __ASSUME_FDATASYNC	1
-
 /* Support for various syscalls was added for alpha in 2.6.33.  */
 #if __LINUX_KERNEL_VERSION < 0x020621
 # undef __ASSUME_PREADV