about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-04-02 00:42:24 +0000
committerUlrich Drepper <drepper@redhat.com>2004-04-02 00:42:24 +0000
commit15a33409206c926f48da017bae9ac5f01959a3bc (patch)
treec7ea62352cccb8569561560a0e927ab0c89b9eb3 /sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
parent758b215383cde2389bc73d4483e6d3202bdc6520 (diff)
downloadglibc-15a33409206c926f48da017bae9ac5f01959a3bc.tar.gz
glibc-15a33409206c926f48da017bae9ac5f01959a3bc.tar.xz
glibc-15a33409206c926f48da017bae9ac5f01959a3bc.zip
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S b/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
index ea0669d24b..fb9f1dc2ad 100644
--- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
@@ -51,7 +51,7 @@ ENTRY(__setcontext)
 	li	r5,0
 	addi	r4,r3,_UC_SIGMASK
 	li	r3,SIG_SETMASK
-	bl	JUMPTARGET(sigprocmask)
+	bl	JUMPTARGET(__sigprocmask)
 	cmpwi	r3,0
 	bne	L(error_exit)
 
@@ -294,7 +294,7 @@ ENTRY(__novec_setcontext)
 	li	r5,0
 	addi	r4,r3,_UC_SIGMASK
 	li	r3,SIG_SETMASK
-	bl	JUMPTARGET(sigprocmask)
+	bl	JUMPTARGET(__sigprocmask)
 	cmpwi	r3,0
 	bne	L(novec_error_exit)