about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-05-20 14:52:05 -0700
committerRoland McGrath <roland@hack.frob.com>2015-05-20 14:52:05 -0700
commit7cea6212785552b73f22af110a71aa77e2333b82 (patch)
tree445b5634c218d5b563c2e16cef50a2d51772ca9d /ChangeLog
parent5e2aa9a421cd429e9ef7d169eda7c18a119e9b8c (diff)
downloadglibc-7cea6212785552b73f22af110a71aa77e2333b82.tar.gz
glibc-7cea6212785552b73f22af110a71aa77e2333b82.tar.xz
glibc-7cea6212785552b73f22af110a71aa77e2333b82.zip
NaCl: Set tid field to a unique value.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 180c5047e5..830d3627d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2015-05-20  Roland McGrath  <roland@hack.frob.com>
 
+	* sysdeps/nacl/pthread-pids.h: New file.
+	* sysdeps/nacl/createthread.c: Include <pthread-pids.h>.
+	(create_thread): Use __nacl_get_tid to initialize PD->tid.
+
+	* nptl/pthread-pids.h: New file.
+	* sysdeps/unix/sysv/linux/pthread-pids.h: New file.
+	* nptl/nptl-init.c: Include <pthread-pids.h>.
+	(__pthread_initialize_minimal_internal):
+	Call __pthread_initialize_pids instead of set_tid_address syscall.
+
 	* sysdeps/unix/sysv/linux/usleep.c: Moved to ...
 	* sysdeps/posix/usleep.c: ... here.