From a0686301a0892400130fc45b1fb155cc7d4197a7 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 23 Jan 2006 13:43:26 +0000 Subject: Add __longjmp prototype --- libc/sysdeps/linux/mips/__longjmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/mips/__longjmp.c') diff --git a/libc/sysdeps/linux/mips/__longjmp.c b/libc/sysdeps/linux/mips/__longjmp.c index acb8d2313..21042e9ad 100644 --- a/libc/sysdeps/linux/mips/__longjmp.c +++ b/libc/sysdeps/linux/mips/__longjmp.c @@ -21,8 +21,8 @@ #include #include -#undef __longjmp +extern void __longjmp (__jmp_buf __env, int val); libc_hidden_proto(__longjmp) #ifndef __GNUC__ -- cgit v1.2.3