diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-19 00:17:56 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:28 +0200 |
commit | b496187a721dc2a4d87ed298f85817245d46f846 (patch) | |
tree | 193619f4cef7a907595fa52fd3ccf1fc5ed9dfa9 /libc/sysdeps/linux/mips/setjmp_aux.c | |
parent | f96ea618cbaf2e52fafdca40fe8e2005ae393075 (diff) |
setjmp.h: move __sigjmp_save prototype for consistency
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/mips/setjmp_aux.c')
-rw-r--r-- | libc/sysdeps/linux/mips/setjmp_aux.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/mips/setjmp_aux.c b/libc/sysdeps/linux/mips/setjmp_aux.c index 751b32d7d..3f2ae9af1 100644 --- a/libc/sysdeps/linux/mips/setjmp_aux.c +++ b/libc/sysdeps/linux/mips/setjmp_aux.c @@ -27,8 +27,6 @@ pointer. We do things this way because it's difficult to reliably access them in C. */ -extern int __sigjmp_save (sigjmp_buf, int); - int #if _MIPS_SIM == _MIPS_SIM_ABI64 __sigsetjmp_aux (jmp_buf env, int savemask, long sp, long fp) |