projects
/
platform
/
upstream
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Define CLOCKS_PER_SEC type to the type clock_t
[platform/upstream/glibc.git]
/
bits
/
setjmp.h
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];