summaryrefslogtreecommitdiff
path: root/sys/arch/wgrisc/include/setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/wgrisc/include/setjmp.h')
-rw-r--r--sys/arch/wgrisc/include/setjmp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/wgrisc/include/setjmp.h b/sys/arch/wgrisc/include/setjmp.h
new file mode 100644
index 00000000000..9e9a2b275f5
--- /dev/null
+++ b/sys/arch/wgrisc/include/setjmp.h
@@ -0,0 +1,8 @@
+/* $OpenBSD: setjmp.h,v 1.1 1997/02/06 16:02:43 pefo Exp $ */
+/* $NetBSD: setjmp.h,v 1.1 1994/12/20 10:37:05 cgd Exp $ */
+
+/*
+ * machine/setjmp.h: machine dependent setjmp-related information.
+ */
+
+#define _JBLEN 83 /* size, in longs, of a jmp_buf */