1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

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.
This commit is contained in:
Mike Frysinger
2015-08-18 09:23:44 -04:00
parent a435cc46e6
commit 8a44513e9c
4 changed files with 7 additions and 52 deletions

View File

@@ -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