diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-18 09:23:44 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-09-17 23:19:10 -0400 |
commit | 8a44513e9ccb271e368b4aa3c9493b94a45e039d (patch) | |
tree | 58a1e6048b1e68773bb9f5d41b1c07f380cb979a /sysdeps/unix/sysv/linux/alpha/Makefile | |
parent | a435cc46e6ba3f8690fa4da719fdec4129fc3c48 (diff) | |
download | glibc-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/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/Makefile b/sysdeps/unix/sysv/linux/alpha/Makefile index 3769befb3c..c089545e9b 100644 --- a/sysdeps/unix/sysv/linux/alpha/Makefile +++ b/sysdeps/unix/sysv/linux/alpha/Makefile @@ -20,7 +20,6 @@ sysdep_routines += osf_select osf_gettimeofday osf_settimeofday \ # Support old ipc control sysdep_routines += oldmsgctl oldsemctl oldshmctl -CFLAGS-fdatasync.c = -fexceptions CFLAGS-ioperm.c = -Wa,-mev6 endif |