diff options
Diffstat (limited to 'libc/sysdeps/linux/mips/__longjmp.c')
-rw-r--r-- | libc/sysdeps/linux/mips/__longjmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/__longjmp.c b/libc/sysdeps/linux/mips/__longjmp.c index 21042e9ad..557ea8be8 100644 --- a/libc/sysdeps/linux/mips/__longjmp.c +++ b/libc/sysdeps/linux/mips/__longjmp.c @@ -22,7 +22,7 @@ #include <stdlib.h> -extern void __longjmp (__jmp_buf __env, int val); +extern __typeof(longjmp) __longjmp; libc_hidden_proto(__longjmp) #ifndef __GNUC__ |