Remove i486 subdirectory
[glibc.git] / conform / data / stdarg.h-data
blob2c87a3b56df643f6b99116098619dab8e8000318
1 type va_list
3 // XXX We didn't check the parameters.
4 macro va_start
5 macro va_arg
6 macro va_end
8 #if defined ISO99 || defined ISO11 || defined POSIX2008 || defined XOPEN2K8
9 macro va_copy
10 #endif
12 #if !defined ISO && !defined ISO99 && !defined ISO11
13 allow *_t
14 #endif