about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2012-09-28 18:35:43 +0200
committerPino Toscano <toscano.pino@tiscali.it>2012-09-28 18:35:43 +0200
commitb31606c0e1d9f04e2498b7c8262f7de87daa7ce7 (patch)
treefe0de7f60bd266f727c84f5570d5017efb7f9aad /ChangeLog
parent115411772b189e9e41a97618816edd66f0a9a620 (diff)
downloadglibc-b31606c0e1d9f04e2498b7c8262f7de87daa7ce7.tar.gz
glibc-b31606c0e1d9f04e2498b7c8262f7de87daa7ce7.tar.xz
glibc-b31606c0e1d9f04e2498b7c8262f7de87daa7ce7.zip
aio_fsync: fix the access mode check
Make use of O_ACCMODE and O_RDONLY instead of assuming details of the O_* flags.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27cf3a9503..207519baee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
+
+	* sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
+
 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
 
 	[BZ #11438]