diff options
Diffstat (limited to 'sysdeps/powerpc/novmxsetjmp.h')
-rw-r--r-- | sysdeps/powerpc/novmxsetjmp.h | 2 |
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 |