mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +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:
@ -133,7 +133,7 @@ ENTRY(__novec_getcontext)
|
||||
addi r5,r3,UCONTEXT_SIGMASK
|
||||
li r4,0
|
||||
li r3,SIG_BLOCK
|
||||
bl JUMPTARGET(sigprocmask)
|
||||
bl JUMPTARGET(__sigprocmask)
|
||||
nop
|
||||
#else
|
||||
/* If the kernel is not at least 2.4.21 then generate a ENOSYS stub. */
|
||||
@ -382,7 +382,7 @@ L(has_no_vec):
|
||||
addi r5,r3,UCONTEXT_SIGMASK
|
||||
li r4,0
|
||||
li r3,SIG_BLOCK
|
||||
bl JUMPTARGET(sigprocmask)
|
||||
bl JUMPTARGET(__sigprocmask)
|
||||
nop
|
||||
#else
|
||||
/* If the kernel is not at least 2.4.21 then generate a ENOSYS stub. */
|
||||
|
Reference in New Issue
Block a user