aboutsummaryrefslogtreecommitdiffstats
path: root/lcc/include/mips/irix/setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcc/include/mips/irix/setjmp.h')
-rw-r--r--lcc/include/mips/irix/setjmp.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/lcc/include/mips/irix/setjmp.h b/lcc/include/mips/irix/setjmp.h
deleted file mode 100644
index 384a1ca..0000000
--- a/lcc/include/mips/irix/setjmp.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __SETJMP
-#define __SETJMP
-
-
-
-typedef int jmp_buf[28];
-int setjmp(jmp_buf);
-void longjmp(jmp_buf, int);
-
-#endif /* __SETJMP */