Ver Fonte

Add __longjmp prototype

Peter S. Mazinger há 19 anos atrás
pai
commit
a0686301a0
1 ficheiros alterados com 1 adições e 1 exclusões
  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__