musl/arch/arm
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
src arm: add __aeabi_atexit() 2013-02-06 22:46:19 +01:00
atomic.h remove little-endian assumption from arm atomic.h 2012-07-08 00:05:08 -04:00
pthread_arch.h add support for TLS variant I, presently needed for arm and mips 2012-10-15 18:51:53 -04:00
reloc.h add support for TLS variant I, presently needed for arm and mips 2012-10-15 18:51:53 -04:00
syscall_arch.h remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 2013-03-26 23:07:31 -04:00