summaryrefslogtreecommitdiffstats
path: root/libc/arch-mips64/include/machine/setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-mips64/include/machine/setjmp.h')
-rw-r--r--libc/arch-mips64/include/machine/setjmp.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/libc/arch-mips64/include/machine/setjmp.h b/libc/arch-mips64/include/machine/setjmp.h
deleted file mode 100644
index a9707dc..0000000
--- a/libc/arch-mips64/include/machine/setjmp.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* $OpenBSD: setjmp.h,v 1.2 2004/08/10 21:10:56 pefo Exp $ */
-
-/* Public domain */
-
-#ifndef _MIPS_SETJMP_H_
-#define _MIPS_SETJMP_H_
-
-#ifdef __LP64__
-#define _JBLEN 22 /* size, in 8-byte longs, of a mips64 jmp_buf */
-#else
-#define _JBLEN 29 /* size, in 4-byte longs, of a mips32 jmp_buf */
-#endif
-
-#endif /* !_MIPS_SETJMP_H_ */