This commit is contained in:
Christopher Faylor 2013-04-08 17:55:57 +00:00
parent 2617a91597
commit 037ad80a52
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
(pthread::thread_init_wrapper): Accommodate set_tls_self_pointer change
to non-static. Initialize sigmask before setting tid or suffer signal
races.
* ehread.h (pthread::set_tls_self_pointer): Make non-static, delete
* thread.h (pthread::set_tls_self_pointer): Make non-static, delete
parameter.
2013-03-29 Corinna Vinschen <corinna@vinschen.de>