diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-08-15 20:43:50 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-08-15 20:43:50 +0000 |
commit | 713cddab0feb551e95f369ab322334a0a713672c (patch) | |
tree | 99fc38f19c06189b4734112aef40bd37dd68bd9c /patches/glibc/linuxthreads-2.1.3/rh62-05-glibc-2.1.3-pthread.patch | |
parent | 09f0dcc66fbec2f35682d1362f73704d5708ae33 (diff) | |
download | crosstool-ng-713cddab0feb551e95f369ab322334a0a713672c.tar.gz crosstool-ng-713cddab0feb551e95f369ab322334a0a713672c.tar.bz2 crosstool-ng-713cddab0feb551e95f369ab322334a0a713672c.zip |
Remove dead linuxthreads patches.
Diffstat (limited to 'patches/glibc/linuxthreads-2.1.3/rh62-05-glibc-2.1.3-pthread.patch')
-rw-r--r-- | patches/glibc/linuxthreads-2.1.3/rh62-05-glibc-2.1.3-pthread.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/patches/glibc/linuxthreads-2.1.3/rh62-05-glibc-2.1.3-pthread.patch b/patches/glibc/linuxthreads-2.1.3/rh62-05-glibc-2.1.3-pthread.patch deleted file mode 100644 index 081bc298..00000000 --- a/patches/glibc/linuxthreads-2.1.3/rh62-05-glibc-2.1.3-pthread.patch +++ /dev/null @@ -1,16 +0,0 @@ -2000-08-03 Ulrich Drepper <drepper@redhat.com> - - * pthread.c (__pthread_set_own_extricate_if): Remove locking. - ---- glibc-2.1.3/linuxthreads/pthread.c.jj Wed Mar 22 22:26:01 2000 -+++ glibc-2.1.3/linuxthreads/pthread.c Fri Aug 25 09:37:26 2000 -@@ -775,9 +775,7 @@ weak_alias (__pthread_getconcurrency, pt - - void __pthread_set_own_extricate_if(pthread_descr self, pthread_extricate_if *peif) - { -- __pthread_lock(self->p_lock, self); - THREAD_SETMEM(self, p_extricate, peif); -- __pthread_unlock(self->p_lock); - } - - /* Primitives for controlling thread execution */ |