From 7cea6212785552b73f22af110a71aa77e2333b82 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 20 May 2015 14:52:05 -0700 Subject: NaCl: Set tid field to a unique value. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 180c504..830d362 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2015-05-20 Roland McGrath + * sysdeps/nacl/pthread-pids.h: New file. + * sysdeps/nacl/createthread.c: Include . + (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_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. -- cgit v1.1