From 9bf4d6404e8f73c86ec4391fad107840a2e6341d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 25 Apr 2000 04:28:38 +0000 Subject: Update. 2000-04-24 Ulrich Drepper * manager.c (pthread_free): Use FREE_THREAD not FREE_THREAD_SELF. * sysdeps/i386/useldt.h: Use "q" constraint instead of "r" where necessary. * sysdeps/i386/i686/pt-machine.h: Include "../useldt.h". --- linuxthreads/manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linuxthreads/manager.c') diff --git a/linuxthreads/manager.c b/linuxthreads/manager.c index 5d7014a..33c791c 100644 --- a/linuxthreads/manager.c +++ b/linuxthreads/manager.c @@ -510,8 +510,8 @@ static void pthread_free(pthread_descr th) handle->h_descr = NULL; handle->h_bottom = (char *)(-1L); __pthread_spin_unlock(&handle->h_lock); -#ifdef FREE_THREAD_SELF - FREE_THREAD_SELF(th, th->p_nr); +#ifdef FREE_THREAD + FREE_THREAD(th, th->p_nr); #endif /* One fewer threads in __pthread_handles */ __pthread_handles_num--; -- cgit v1.1