platform_bionic/libc/arch-arm
Elliott Hughes 6b53c2349a Fix the exit syscall stub's name.
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
2013-10-24 22:41:50 -07:00
..
bionic Let the compiler worry about implementing ffs(3). 2013-10-24 16:29:40 -07:00
cortex-a7 libc/arm: add cortex-a7 cpu variant 2013-03-23 01:38:22 -07:00
cortex-a8 libc/arm: add cortex-a8 cpu variant 2013-05-15 20:13:28 -07:00
cortex-a9 'Avoid confusing "read prevented write" log messages' 2. 2013-10-15 17:17:05 -07:00
cortex-a15 'Avoid confusing "read prevented write" log messages' 2. 2013-10-15 17:17:05 -07:00
generic 'Avoid confusing "read prevented write" log messages' 2. 2013-10-15 17:17:05 -07:00
include/machine Add arch-x86_64/include/machine. 2013-10-04 16:10:13 -07:00
krait 'Avoid confusing "read prevented write" log messages' 2. 2013-10-15 17:17:05 -07:00
syscalls Fix the exit syscall stub's name. 2013-10-24 22:41:50 -07:00
arm.mk Let the compiler worry about implementing ffs(3). 2013-10-24 16:29:40 -07:00
syscalls.mk Fix the exit syscall stub's name. 2013-10-24 22:41:50 -07:00