diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-17 05:04:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-17 05:04:16 +0000 |
commit | a243f94e3636a48142e93dffb4f919f4595f91e8 (patch) | |
tree | 2d74b570a88632dd5426c60f21245c88f444e242 /linuxthreads/descr.h | |
parent | 65947215c78a870c9e0b0217a7bd949164e1993b (diff) | |
download | glibc-a243f94e3636a48142e93dffb4f919f4595f91e8.tar.gz glibc-a243f94e3636a48142e93dffb4f919f4595f91e8.tar.xz glibc-a243f94e3636a48142e93dffb4f919f4595f91e8.zip |
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.
Diffstat (limited to 'linuxthreads/descr.h')
-rw-r--r-- | linuxthreads/descr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/descr.h b/linuxthreads/descr.h index f00278cb51..0b9efd220d 100644 --- a/linuxthreads/descr.h +++ b/linuxthreads/descr.h @@ -217,6 +217,7 @@ extern char *__pthread_manager_thread_tos; /* Descriptor of the manager thread */ extern struct _pthread_descr_struct __pthread_manager_thread; +extern pthread_descr manager_thread attribute_hidden; /* Indicate whether at least one thread has a user-defined stack (if 1), or all threads have stacks supplied by LinuxThreads (if 0). */ |