diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-08-17 13:01:28 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-08-27 12:16:28 -0400 |
commit | 563c840564dce77de47b3912a741baa93bdd3b67 (patch) | |
tree | 1e743b792864e94c8edb95fd727b71a7e5ce2540 /ports/ChangeLog.alpha | |
parent | 7efb4737dd729326e5339facbd785cee43fb53b3 (diff) | |
download | glibc-563c840564dce77de47b3912a741baa93bdd3b67.tar.gz glibc-563c840564dce77de47b3912a741baa93bdd3b67.tar.xz glibc-563c840564dce77de47b3912a741baa93bdd3b67.zip |
alpha: add conditional fdatasync support
While most arches have had the fdatasync syscall for a long time, the alpha port didn't add it until the 2.6.22 release. This is heavily based on Aurelien Jarno's initial work. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'ports/ChangeLog.alpha')
-rw-r--r-- | ports/ChangeLog.alpha | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ports/ChangeLog.alpha b/ports/ChangeLog.alpha index 266f42d970..19edf6f13e 100644 --- a/ports/ChangeLog.alpha +++ b/ports/ChangeLog.alpha @@ -1,3 +1,11 @@ +2012-08-27 Mike Frysinger <vapier@gentoo.org> + + [BZ #5400] + * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-fdatasync.c): Define. + * sysdeps/unix/sysv/linux/alpha/fdatasync.c: New file + * sysdeps/unix/sysv/linux/alpha/kernel-features.h + (__ASSUME_FDATASYNC): Define. + 2012-08-16 Carlos O'Donell <carlos_odonell@mentor.com> * sysdeps/alpha/ldsodefs.h (ARCH_PLTENTER_MEMBERS) |