summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/include/setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/pmax/include/setjmp.h')
-rw-r--r--sys/arch/pmax/include/setjmp.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/pmax/include/setjmp.h b/sys/arch/pmax/include/setjmp.h
index bcfa694662a..c50d15c79b5 100644
--- a/sys/arch/pmax/include/setjmp.h
+++ b/sys/arch/pmax/include/setjmp.h
@@ -1,3 +1,7 @@
-/* $NetBSD: setjmp.h,v 1.2 1996/03/19 03:08:46 jonathan Exp $ */
+/* $NetBSD: setjmp.h,v 1.1 1994/12/20 10:37:05 cgd Exp $ */
-#include <mips/setjmp.h>
+/*
+ * machine/setjmp.h: machine dependent setjmp-related information.
+ */
+
+#define _JBLEN 83 /* size, in longs, of a jmp_buf */