From 20bdb31bfc27e044290756a681e3329f6e677ab7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 22 Nov 1999 20:53:18 +0000 Subject: Update. 1999-11-22 Ulrich Drepper * internals.h: Add prototype for __pthread_manager_event. * manager.c (__pthread_manager_event): New function. (pthread_start_thread_event): Correct computation of self. Use INIT_THREAD_SELF. * pthread.c (__pthread_manager_thread): Initialize p_lock. (__pthread_initialize_manager): Respect event flags also for creation of the manager thread. --- linuxthreads_db/td_init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linuxthreads_db/td_init.c') diff --git a/linuxthreads_db/td_init.c b/linuxthreads_db/td_init.c index e65edc4e93..683aec4270 100644 --- a/linuxthreads_db/td_init.c +++ b/linuxthreads_db/td_init.c @@ -20,6 +20,8 @@ #include "thread_dbP.h" +int __td_debug; + td_err_e td_init (void) -- cgit 1.4.1