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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user