mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Use __sigprocmask not sigprocmask. * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
This commit is contained in:
@ -53,7 +53,7 @@ ENTRY(__novec_setcontext)
|
||||
li r5,0
|
||||
addi r4,r3,UCONTEXT_SIGMASK
|
||||
li r3,SIG_SETMASK
|
||||
bl JUMPTARGET(sigprocmask)
|
||||
bl JUMPTARGET(__sigprocmask)
|
||||
nop
|
||||
cmpdi r3,0
|
||||
bne L(nv_error_exit)
|
||||
@ -217,7 +217,7 @@ ENTRY(__setcontext)
|
||||
li r5,0
|
||||
addi r4,r3,UCONTEXT_SIGMASK
|
||||
li r3,SIG_SETMASK
|
||||
bl JUMPTARGET(sigprocmask)
|
||||
bl JUMPTARGET(__sigprocmask)
|
||||
nop
|
||||
cmpdi r3,0
|
||||
bne L(error_exit)
|
||||
|
Reference in New Issue
Block a user