index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysdeps
/
stub
/
bits
/
setjmp.h
blob: 6620e5ab15257b2c77222399dc9c3534c439e674 (
plain
) (
blame
)
1
2
3
/* Define the machine-dependent type `jmp_buf'. Stub version. */
typedef
int
__jmp_buf
[
1
];