diff options
author | 2001-08-23 15:32:01 +0000 | |
---|---|---|
committer | 2001-08-23 15:32:01 +0000 | |
commit | dd9b58baeb9345747c3d7ac452360ac898bdd5a2 (patch) | |
tree | 97519f157b256a5d28057bbf59b63f9db31d2aeb | |
parent | ieeefp.h from sparc (diff) | |
download | wireguard-openbsd-dd9b58baeb9345747c3d7ac452360ac898bdd5a2.tar.xz wireguard-openbsd-dd9b58baeb9345747c3d7ac452360ac898bdd5a2.zip |
setjmp.h, trivial.
-rw-r--r-- | sys/arch/sparc64/include/setjmp.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/sparc64/include/setjmp.h b/sys/arch/sparc64/include/setjmp.h new file mode 100644 index 00000000000..44092e1e760 --- /dev/null +++ b/sys/arch/sparc64/include/setjmp.h @@ -0,0 +1,8 @@ +/* $OpenBSD: setjmp.h,v 1.1 2001/08/23 15:32:01 art Exp $ */ + +/* + * machine/setjmp.h: machine dependent setjmp-related information. + */ + +#define _JBLEN 14 /* size, in longs, of a jmp_buf */ + |