Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 17 Sep 2003 05:04:16 +0000 (05:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 17 Sep 2003 05:04:16 +0000 (05:04 +0000)
commita243f94e3636a48142e93dffb4f919f4595f91e8
tree2d74b570a88632dd5426c60f21245c88f444e242
parent65947215c78a870c9e0b0217a7bd949164e1993b
Update.

2003-09-17  Jakub Jelinek  <jakub@redhat.com>

* pthread.c (manager_thread): Remove static, add attribute_hidden.
(thread_self_stack): Rename to...
(__pthread_self_stack): ... this.  Remove static.
(pthread_handle_sigcancel): Use check_thread_self ().
(pthread_handle_sigrestart): Likewise.
* sighandler.c (__pthread_sighandler, __pthread_sighandler_rt):
Likewise.
* descr.h (manager_thread): Declare.
* internals.h (__pthread_self_stack): New prototype.
(__manager_thread): Define.
(check_thread_self): New function.
linuxthreads/ChangeLog
linuxthreads/descr.h
linuxthreads/internals.h
linuxthreads/sighandler.c