aboutsummaryrefslogtreecommitdiffstats
path: root/packages/glibc/glibc-2.3.2/nptl-pthread-once.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/glibc/glibc-2.3.2/nptl-pthread-once.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
downloadopenembedded-c8e5702127e507e82e6f68a4b8c546803accea9d.tar.gz
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/glibc/glibc-2.3.2/nptl-pthread-once.patch')
-rw-r--r--packages/glibc/glibc-2.3.2/nptl-pthread-once.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/glibc/glibc-2.3.2/nptl-pthread-once.patch b/packages/glibc/glibc-2.3.2/nptl-pthread-once.patch
index e69de29bb2..dc106b2982 100644
--- a/packages/glibc/glibc-2.3.2/nptl-pthread-once.patch
+++ b/packages/glibc/glibc-2.3.2/nptl-pthread-once.patch
@@ -0,0 +1,10 @@
+--- glibc-2.3.2/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S.orig 2003-10-03 15:54:00.000000000 -0400
++++ glibc-2.3.2/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S 2003-10-03 15:52:31.000000000 -0400
+@@ -109,6 +109,7 @@ __pthread_once:
+ movl $0, 4(%esp)
+ movl %eax, (%esp)
+ call __sigsetjmp@PLT
++ testl %eax, %eax
+ jne 7f
+
+ leal 8(%esp), %eax