conformtest: Update expectations for more ISO C headers.
[platform/upstream/glibc.git] / conform / data / stdarg.h-data
1 type va_list
2
3 // XXX We didn't check the parameters.
4 macro va_start
5 macro va_arg
6 macro va_end
7
8 #if defined ISO99 || defined ISO11 || defined POSIX2008 || defined XOPEN2K8
9 macro va_copy
10 #endif
11
12 #if !defined ISO && !defined ISO99 && !defined ISO11
13 allow *_t
14 #endif