musl/arch/powerpc
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
..
bits respect iso c namespace in stdio.h and wchar.h regarding va_list 2013-06-25 22:26:20 -04:00
atomic.h fix powerpc atomic compare-and-swap function 2012-11-14 14:24:22 -05:00
pthread_arch.h PPC port cleaned up, static linking works well now. 2012-11-13 19:12:25 +01:00
reloc.h dynamic linking support for powerpc 2012-11-16 22:22:34 -05:00
syscall_arch.h remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 2013-03-26 23:07:31 -04:00