patches/glibc/linuxthreads-2.1.3/rh62-05-glibc-2.1.3-pthread.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu May 10 21:33:35 2007 +0000 (2007-05-10)
changeset 85 ac2845835b13
permissions -rw-r--r--
Update the way we handle directories supplied by the user:
- the tarball directory is considered as a local copy, and tarballs are copied to a working area,
- the sources and build directories (CT_SRC_DIR and CT_BUILD_DIR) are now computed, and no longer an option,
- the build dir has been renamed from 'build' to 'targets'.
That should ease preparing a tarball of the resulting target.
     1 2000-08-03  Ulrich Drepper  <drepper@redhat.com>
     2 
     3 	* pthread.c (__pthread_set_own_extricate_if): Remove locking.
     4 
     5 --- glibc-2.1.3/linuxthreads/pthread.c.jj	Wed Mar 22 22:26:01 2000
     6 +++ glibc-2.1.3/linuxthreads/pthread.c	Fri Aug 25 09:37:26 2000
     7 @@ -775,9 +775,7 @@ weak_alias (__pthread_getconcurrency, pt
     8  
     9  void __pthread_set_own_extricate_if(pthread_descr self, pthread_extricate_if *peif)
    10  {
    11 -  __pthread_lock(self->p_lock, self);
    12    THREAD_SETMEM(self, p_extricate, peif);
    13 -  __pthread_unlock(self->p_lock);
    14  }
    15  
    16  /* Primitives for controlling thread execution */