diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-23 13:43:26 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-23 13:43:26 +0000 |
commit | a0686301a0892400130fc45b1fb155cc7d4197a7 (patch) | |
tree | 9317689b18bcbcc2ce8345d692f81852e893301e /libc/sysdeps/linux/mips/__longjmp.c | |
parent | 00e60d85d288769a6107666f38f6d247b2c24c70 (diff) |
Add __longjmp prototype
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 acb8d2313..21042e9ad 100644 --- a/libc/sysdeps/linux/mips/__longjmp.c +++ b/libc/sysdeps/linux/mips/__longjmp.c @@ -21,8 +21,8 @@ #include <setjmp.h> #include <stdlib.h> -#undef __longjmp +extern void __longjmp (__jmp_buf __env, int val); libc_hidden_proto(__longjmp) #ifndef __GNUC__ |