about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2015-08-10 14:12:47 +0200
committerAndreas Schwab <schwab@suse.de>2015-08-10 18:10:19 +0200
commiteb32b0d40308166c4d8f6330cc2958cb1e545075 (patch)
tree166e97f5cc58b9e6d18a4da5742ff5fc9e9a836b /ChangeLog
parentd0649b2d8efca33363e399f1ba07d77e85901cfc (diff)
downloadglibc-eb32b0d40308166c4d8f6330cc2958cb1e545075.tar.gz
glibc-eb32b0d40308166c4d8f6330cc2958cb1e545075.tar.xz
glibc-eb32b0d40308166c4d8f6330cc2958cb1e545075.zip
Readd O_LARGEFILE flag for openat64 (bug 18781)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 993022bed3..3c30529b72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-08-10  Andreas Schwab  <schwab@suse.de>
+
+	[BZ #18781]
+	* sysdeps/unix/sysv/linux/openat.c (__OPENAT) [MORE_OFLAGS]: Add
+	MORE_OFLAGS to oflag.
+	* io/test-lfs.c (do_test): Test openat64.
+
 2015-08-10  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #18789]