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:09:48 -0700
committerRoland McGrath <roland@hack.frob.com>2012-08-01 11:09:48 -0700
commit3f55550c148593f4a0db9eec939554bcf3f0bcd4 (patch)
treec7e878c53c85055fd2855d0f91a8bd2bc72980a4 /ChangeLog
parent48aec5b988f420a36ee4549865f9525584faa336 (diff)
downloadglibc-3f55550c148593f4a0db9eec939554bcf3f0bcd4.tar.gz
glibc-3f55550c148593f4a0db9eec939554bcf3f0bcd4.tar.xz
glibc-3f55550c148593f4a0db9eec939554bcf3f0bcd4.zip
Clean up mkstemps64 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 04efecfa45..400a54e781 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,11 +5,14 @@
 
 	* misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
 	Define mkstemp64 as an alias.
+	* misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
+	Define mkstemps64 as an alias.
 	* misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
 	Define mkostemp64 as an alias.
 	* misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
 	Conditionalize body on this.
 	* misc/mkostemp64.c: Likewise.
+	* misc/mkstemps64.c: Likewise.
 	* sysdeps/wordsize-64/mkstemp64.c: File removed.
 	* sysdeps/wordsize-64/mkostemp64.c: File removed.
 	* sysdeps/wordsize-64/mkostemp.c: File removed.