about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-12-11 23:00:49 -0800
committerUlrich Drepper <drepper@redhat.com>2009-12-11 23:00:49 -0800
commit2de59be022b924ef3d21375aca50a10e971942f8 (patch)
treef5ee78ced4a387a8548dfb9adf0c333ed224f5c6 /ChangeLog
parenta682a1bf553b1efe4dbb03207fece5b719cec482 (diff)
downloadglibc-2de59be022b924ef3d21375aca50a10e971942f8.tar.gz
glibc-2de59be022b924ef3d21375aca50a10e971942f8.tar.xz
glibc-2de59be022b924ef3d21375aca50a10e971942f8.zip
Redefine O_SYNC and O_DSYNC to match 2.6.33+ kernels.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ae5b9f274..85cbc12cb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-12-11  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Redefine O_SYNC and
+	O_DSYNC to match 2.6.33+ kernels.
+	* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
+	* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
+	* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
+	* sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
+	* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
+	* sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
+
 2009-12-10  Ulrich Drepper  <drepper@redhat.com>
 
 	[BZ #11000]