about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-08-01 11:13:37 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-01 11:13:37 -0700
commitb8625cfc6f629f146aa3944b5cfc65025884bd44 (patch)
tree167e6a27e1af51cff4c84a08cd709068419ca21d /ChangeLog
parent3f55550c148593f4a0db9eec939554bcf3f0bcd4 (diff)
downloadglibc-b8625cfc6f629f146aa3944b5cfc65025884bd44.tar.gz
glibc-b8625cfc6f629f146aa3944b5cfc65025884bd44.tar.xz
glibc-b8625cfc6f629f146aa3944b5cfc65025884bd44.zip
Clean up mkostemps64 definition for O_LARGEFILE==0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 400a54e781..67d9b3920a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,9 +9,12 @@
 	Define mkstemps64 as an alias.
 	* misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
 	Define mkostemp64 as an alias.
+	* misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
+	Define mkostemps64 as an alias.
 	* misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
 	Conditionalize body on this.
 	* misc/mkostemp64.c: Likewise.
+	* misc/mkostemps64.c: Likewise.
 	* misc/mkstemps64.c: Likewise.
 	* sysdeps/wordsize-64/mkstemp64.c: File removed.
 	* sysdeps/wordsize-64/mkostemp64.c: File removed.