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
elf: Add a way to check if tunable is set (BZ 27069)
[glibc.git]
/
conform
/
data
/
varargs.h-data
blob
2366edb1fadf0dc1ea0be08404d96aff038fff88
1
#if defined XPG4 || defined XPG42 || defined UNIX98
2
macro va_alist
3
macro va_dcl
4
type va_list
5
macro va_start
6
macro va_arg
7
macro va_end
8
9
allow *_t
10
#endif