Browse Source

Add __longjmp prototype

Peter S. Mazinger 19 years ago
parent
commit
a0686301a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/mips/__longjmp.c

+ 1 - 1
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__