remove old clang workarounds from arm syscall implementation
authorRich Felker <dalias@aerifal.cx>
Sun, 23 Nov 2014 01:50:01 +0000 (20:50 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 23 Nov 2014 01:50:01 +0000 (20:50 -0500)
commit7d310ed1d086d9874b7ca40933ff870a8adc75d9
tree171814e41046b948688cd887d171978ac200791e
parent8cd0b11eafeaaec3df5113cb39094e5456ca6b22
remove old clang workarounds from arm syscall implementation

the register constraints in the non-clang case were tested to work on
clang back to 3.2, and earlier versions of clang have known bugs that
preclude building musl.

there may be other reasons to prefer not to use inline syscalls, but
if so the function-call-based implementations should be added back in
a unified way for all archs.
arch/arm/syscall_arch.h