]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/glibc/glibc-2.3.2/nptl-pthread-once.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / glibc / glibc-2.3.2 / nptl-pthread-once.patch
1 --- glibc-2.3.2/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S.orig   2003-10-03 15:54:00.000000000 -0400
2 +++ glibc-2.3.2/nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S        2003-10-03 15:52:31.000000000 -0400
3 @@ -109,6 +109,7 @@ __pthread_once:
4         movl    $0, 4(%esp)
5         movl    %eax, (%esp)
6         call    __sigsetjmp@PLT
7 +       testl   %eax, %eax
8         jne     7f
9  
10         leal    8(%esp), %eax