patches/glibc/linuxthreads-2.1.3/rh62-05-glibc-2.1.3-pthread.patch
changeset 336 4b0db42fc078
parent 335 f0d84f1d4c93
child 337 f083425c84e3
     1.1 --- a/patches/glibc/linuxthreads-2.1.3/rh62-05-glibc-2.1.3-pthread.patch	Wed Aug 15 16:18:35 2007 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,16 +0,0 @@
     1.4 -2000-08-03  Ulrich Drepper  <drepper@redhat.com>
     1.5 -
     1.6 -	* pthread.c (__pthread_set_own_extricate_if): Remove locking.
     1.7 -
     1.8 ---- glibc-2.1.3/linuxthreads/pthread.c.jj	Wed Mar 22 22:26:01 2000
     1.9 -+++ glibc-2.1.3/linuxthreads/pthread.c	Fri Aug 25 09:37:26 2000
    1.10 -@@ -775,9 +775,7 @@ weak_alias (__pthread_getconcurrency, pt
    1.11 - 
    1.12 - void __pthread_set_own_extricate_if(pthread_descr self, pthread_extricate_if *peif)
    1.13 - {
    1.14 --  __pthread_lock(self->p_lock, self);
    1.15 -   THREAD_SETMEM(self, p_extricate, peif);
    1.16 --  __pthread_unlock(self->p_lock);
    1.17 - }
    1.18 - 
    1.19 - /* Primitives for controlling thread execution */