about summary refs log tree commit diff
path: root/sysdeps/powerpc/novmxsetjmp.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-11 21:59:36 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-11 21:59:36 +0000
commit4041cfe888babcba13cb7ab4b11e7d288a3d29fd (patch)
tree5ae681f26ef97c57c8690e6c26e9f61670c3ff0f /sysdeps/powerpc/novmxsetjmp.h
parent2e560877034a299f8c430d5cb3ab093c6977d4dc (diff)
downloadglibc-4041cfe888babcba13cb7ab4b11e7d288a3d29fd.tar.gz
glibc-4041cfe888babcba13cb7ab4b11e7d288a3d29fd.tar.xz
glibc-4041cfe888babcba13cb7ab4b11e7d288a3d29fd.zip
Update.
	* sysdeps/powerpc/powerpc32/__longjmp.S (JB_SIZE): Undefine before
	including __longjmp-common.S again.
	* sysdeps/powerpc/powerpc64/__longjmp.S (JB_SIZE): Likewise.
	* sysdeps/powerpc/powerpc32/setjmp.S (JB_SIZE): Undefine before
	including setjmp-common.S again.
	* sysdeps/powerpc/powerpc64/setjmp.S (JB_SIZE): Likewise.
	* sysdeps/powerpc/novmxsetjmp.h (__novmx__longjmp): Fix type of
	first argument in the prototype.
	* sysdeps/powerpc/longjmp.c (__vmx__longjmp, __vmx__libc_longjmp):
	Remove bogus semicolons.
Diffstat (limited to 'sysdeps/powerpc/novmxsetjmp.h')
-rw-r--r--sysdeps/powerpc/novmxsetjmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/novmxsetjmp.h b/sysdeps/powerpc/novmxsetjmp.h
index da2a338257..1c46a77dbc 100644
--- a/sysdeps/powerpc/novmxsetjmp.h
+++ b/sysdeps/powerpc/novmxsetjmp.h
@@ -108,7 +108,7 @@ extern void __novmxsiglongjmp (__novmx__sigjmp_buf __env, int __val)
      __attribute__ ((__noreturn__));
 
 /* Internal machine-dependent function to restore context sans signal mask.  */
-extern void __novmx__longjmp (__novmx__jmp_buf __env, int __val)
+extern void __novmx__longjmp (__jmp_buf __env, int __val)
      __attribute__ ((__noreturn__));
 
 /* Internal function to possibly save the current mask of blocked signals