repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
vax
/
include
/
setjmp.h
blob
13d63f183ae4b38b748994a5c5c6a62abcc2ee4c
1
/* $NetBSD: setjmp.h,v 1.4 2002/03/27 18:37:17 matt Exp $ */
2
3
/*
4
* machine/setjmp.h: machine dependent setjmp-related information.
5
*/
6
7
#define _JBLEN 24
/* size, in longs, of a jmp_buf */
8
/* 11 for sigcontext, 6 for r6-r11, and 7 extra */