about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-11-24 11:30:54 -0800
committerRoland McGrath <roland@hack.frob.com>2014-11-24 16:18:17 -0800
commit3dbc4418f2691cba858e788ea3523a82ea073afd (patch)
tree72ef4bb8316fb2adc0fe10baf06b37b152e3e638 /ChangeLog
parent77d4f6d1ed90a2ccb5bc6fd6d19f67f19de7fbcd (diff)
downloadglibc-roland/tempname.tar.gz
glibc-roland/tempname.tar.xz
glibc-roland/tempname.zip
NPTL: Use __gen_tempname in sem_open. roland/tempname
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e37e0f487a..83c93d70a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2014-11-24  Roland McGrath  <roland@hack.frob.com>
 
+	* nptl/sem_open.c (sem_open): Use __gen_tempname with
+	__gen_tempname_try_file and custom MODE value, rather than
+	using __mktemp and open in a loop.
+	* stdio-common/Versions (GLIBC_PRIVATE): Add __gen_tempname,
+	__gen_tempname_try_file.
+
 	* sysdeps/posix/tempname.c (__gen_tempname): Instead of FLAGS and KIND
 	arguments, take a function pointer TRY_NAME and void *TRY_NAME_ARG.
 	Call that *TRY_NAME to try a candidate name.