repo.or.cz
/
glibc-ports.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2005-10-11 Steven Munroe <sjmunroe@us.ibm.com>
[glibc-ports.git]
/
sysdeps
/
vax
/
bits
/
setjmp.h
blob
10ca170a2a19efeca24df4f9ee82a691bf39ae58
1
/* Define the machine-dependent type `jmp_buf'. Vax version. */
2
3
#ifndef _SETJMP_H
4
# error
"Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
5
#endif
6
7
typedef
struct
8
{
9
PTR __fp
;
10
PTR __pc
;
11
}
__jmp_buf
[
1
];