about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
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.