yann@1: 2000-08-03 Ulrich Drepper yann@1: yann@1: * pthread.c (__pthread_set_own_extricate_if): Remove locking. yann@1: yann@1: --- glibc-2.1.3/linuxthreads/pthread.c.jj Wed Mar 22 22:26:01 2000 yann@1: +++ glibc-2.1.3/linuxthreads/pthread.c Fri Aug 25 09:37:26 2000 yann@1: @@ -775,9 +775,7 @@ weak_alias (__pthread_getconcurrency, pt yann@1: yann@1: void __pthread_set_own_extricate_if(pthread_descr self, pthread_extricate_if *peif) yann@1: { yann@1: - __pthread_lock(self->p_lock, self); yann@1: THREAD_SETMEM(self, p_extricate, peif); yann@1: - __pthread_unlock(self->p_lock); yann@1: } yann@1: yann@1: /* Primitives for controlling thread execution */