From 15a33409206c926f48da017bae9ac5f01959a3bc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 2 Apr 2004 00:42:24 +0000 Subject: Update. * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Use __sigprocmask not sigprocmask. * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise. * time/mktime.c: Likewise. * misc/getpass.c: Likewise. --- sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S') diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S b/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S index 2acfa3abee..bd6ced4e1a 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S @@ -240,7 +240,7 @@ L(no_vec): stw r3,_UC_REGS_PTR(r12) addi r5,r12,_UC_SIGMASK li r3,SIG_SETMASK - bl JUMPTARGET(sigprocmask) + bl JUMPTARGET(__sigprocmask) cmpwi r3,0 bne L(error_exit) @@ -571,7 +571,7 @@ ENTRY(__novec_swapcontext) addi r5,r3,_UC_SIGMASK - _UC_REG_SPACE addi r4,r4,_UC_SIGMASK li r3,SIG_SETMASK - bl JUMPTARGET(sigprocmask) + bl JUMPTARGET(__sigprocmask) cmpwi r3,0 bne L(novec_error_exit) -- cgit 1.4.1