musl/arch
Rich Felker a3e2f3c2b1 respect iso c namespace in stdio.h and wchar.h regarding va_list
despite declaring functions that take arguments of type va_list, these
headers are not permitted by the c standard to expose the definition
of va_list, so an alias for the type must be used. the name
__isoc_va_list was chosen to convey that the purpose of this alternate
name is for iso c conformance, and to avoid the multitude of names
which gcc mangles with its hideous "fixincludes" monstrosity, leading
to serious header breakage if these "fixes" are run.
2013-06-25 22:26:20 -04:00
..
arm respect iso c namespace in stdio.h and wchar.h regarding va_list 2013-06-25 22:26:20 -04:00
i386 respect iso c namespace in stdio.h and wchar.h regarding va_list 2013-06-25 22:26:20 -04:00
microblaze respect iso c namespace in stdio.h and wchar.h regarding va_list 2013-06-25 22:26:20 -04:00
mips respect iso c namespace in stdio.h and wchar.h regarding va_list 2013-06-25 22:26:20 -04:00
powerpc respect iso c namespace in stdio.h and wchar.h regarding va_list 2013-06-25 22:26:20 -04:00
x86_64 respect iso c namespace in stdio.h and wchar.h regarding va_list 2013-06-25 22:26:20 -04:00