musl/arch/arm
Rich Felker 208eb584ef syscall organization overhaul
now public syscall.h only exposes __NR_* and SYS_* constants and the
variadic syscall function. no macros or inline functions, no
__syscall_ret or other internal details, no 16-/32-bit legacy syscall
renaming, etc. this logic has all been moved to src/internal/syscall.h
with the arch-specific parts in arch/$(ARCH)/syscall_arch.h, and the
amount of arch-specific stuff has been reduced to a minimum.

changes still need to be reviewed/double-checked. minimal testing on
i386 and mips has already been performed.
2012-09-08 22:43:14 -04:00
..
bits syscall organization overhaul 2012-09-08 22:43:14 -04:00
atomic.h remove little-endian assumption from arm atomic.h 2012-07-08 00:05:08 -04:00
pthread_arch.h use __attribute__((const)) on arm __pthread_self function 2012-02-25 02:52:18 -05:00
reloc.h typo (copy 2) in arm reloc.h 2011-10-01 00:55:16 -04:00
syscall_arch.h syscall organization overhaul 2012-09-08 22:43:14 -04:00