Sign in
third-party-mirror
/
GRTEv4
/
cf41cedf52c87cf4f27c61e4eb8444ecb811ab13
/
.
/
google3
/
third_party
/
grte
/
v4_src
/
glibc-2.19
/
bits
/
setjmp.h
blob: 9150d8d7647c755333acea7da58ddf00db4a9ab5 [
file
] [
log
] [
blame
]
/* Define the machine-dependent type `jmp_buf'. Stub version. */
#ifndef
_SETJMP_H
# error "Never include <bits/setjmp.h> directly; use <setjmp.h> instead."
#endif
typedef
int
__jmp_buf
[
1
];