projects
/
kopensolaris-gnu
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updated from GMP 1.906.7
[kopensolaris-gnu/glibc.git]
/
sysdeps
/
vax
/
jmp_buf.h
1
/* Define the machine-dependent type `jmp_buf'. Vax version. */
2
3
typedef struct
4
{
5
PTR __fp;
6
PTR __pc;
7
} __jmp_buf[1];