浏览代码

Add __longjmp prototype

Peter S. Mazinger 19 年之前
父节点
当前提交
a0686301a0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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__