From 8a44513e9ccb271e368b4aa3c9493b94a45e039d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 18 Aug 2015 09:23:44 -0400 Subject: 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. --- sysdeps/unix/sysv/linux/alpha/kernel-features.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sysdeps/unix/sysv/linux/alpha/kernel-features.h') 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 -- cgit 1.4.1