surpport seeking the recorded video
[vuplus_openembedded] / recipes / 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