From b496187a721dc2a4d87ed298f85817245d46f846 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 19 Mar 2011 00:17:56 +0100 Subject: setjmp.h: move __sigjmp_save prototype for consistency Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/signal/sigjmp.c | 1 - libc/sysdeps/linux/mips/setjmp_aux.c | 2 -- 2 files changed, 3 deletions(-) (limited to 'libc') diff --git a/libc/signal/sigjmp.c b/libc/signal/sigjmp.c index e1b1e249f..a96d6623b 100644 --- a/libc/signal/sigjmp.c +++ b/libc/signal/sigjmp.c @@ -25,7 +25,6 @@ before doing a `__setjmp' on ENV[0].__jmpbuf. Always return zero. */ -int __sigjmp_save (sigjmp_buf env, int savemask) attribute_hidden; int __sigjmp_save (sigjmp_buf env, int savemask) { env[0].__mask_was_saved = (savemask && 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) -- cgit v1.2.3