repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[BZ #6712]
[glibc.git]
/
bits
/
setjmp.h
blob
9150d8d7647c755333acea7da58ddf00db4a9ab5
1
/* Define the machine-dependent type `jmp_buf'. Stub version. */
2
3
#ifndef _SETJMP_H
4
# error
"Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
5
#endif
6
7
typedef
int
__jmp_buf
[
1
];