6b53c2349a
I've left the exit_group syscall as _exit because otherwise we'd have to convince the compiler that our _exit (which just calls __exit_group) is actually "noreturn", and it seems like that would be less clean than just cutting out the middleman. We'll just have to trust ourselves not to add anything to SYSCALLS.TXT that ought to be private but that only has a single leading underscore. Hopefully we can manage that. Change-Id: Iac47faea9f516186e1774381846c54cafabc4354 |
||
---|---|---|
.. | ||
bionic | ||
cortex-a7 | ||
cortex-a8 | ||
cortex-a9 | ||
cortex-a15 | ||
generic | ||
include/machine | ||
krait | ||
syscalls | ||
arm.mk | ||
syscalls.mk |