1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/sys/va_list.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( SOLARIS_SYS_VA_LIST_CHECK )
14 typedef __builtin_va_list __va_list;
16 #if defined(__STDC__) && !defined(__ia64)
17 typedef void *__va_list;
19 typedef char *__va_list;
22 #endif /* SOLARIS_SYS_VA_LIST_CHECK */