about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-04-01 19:36:34 +0000
committerUlrich Drepper <drepper@redhat.com>2004-04-01 19:36:34 +0000
commitd980f41a7eb9bc0f887cb15369b43e57b9a77b56 (patch)
treed296c5bacfa9a4d94c3dce04550af7b3ee9d948e /sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
parent8f23eb7abe7bb6a73c69f6a8342fbfd526a1843a (diff)
downloadglibc-d980f41a7eb9bc0f887cb15369b43e57b9a77b56.tar.gz
glibc-d980f41a7eb9bc0f887cb15369b43e57b9a77b56.tar.xz
glibc-d980f41a7eb9bc0f887cb15369b43e57b9a77b56.zip
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S b/sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
index 13f2039766..6a0e1e559a 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
@@ -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.  */