Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 30 Nov 2001 21:14:09 +0000 (21:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 30 Nov 2001 21:14:09 +0000 (21:14 +0000)
commitc3317d1e8bad70cd91bfa6b5d215affae1794a4c
tree9f227551089153a67b47eb79f7802e632694b842
parent096f1151253a0bf4da9e64deefe7c99da62a6b52
Update.

2001-11-30  Andreas Schwab  <schwab@suse.de>

* pthread.c (pthread_handle_sigcancel) [THREAD_SELF]: Double check
that self is the manager thread, and initialize the thread
register if not.
(thread_self_stack) [THREAD_SELF]: New function to find self via
stack pointer.
* manager.c (pthread_handle_create): Don't block cancel signal any
more.

(THREAD_GETMEM_NC):
linuxthreads/ChangeLog
linuxthreads/manager.c
linuxthreads/pthread.c