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