bionic/libc/arch-mips
Elliott Hughes 5c2772f59d The SYS_ constants should cover all __NR_ values.
<sys/linux-syscalls.h> only contains constants for the syscalls
we're generating stubs for. We want all the syscalls available
on the architecture in question.

Keep using <sys/linux-syscalls.h> on ARM for now because the
__NR_ARM_set_tls and __NR_ARM_cacheflush values aren't in <asm/unistd.h>.

Change-Id: I66683950d87d9b18d6107d0acc0ed238a4496f44
2013-03-21 22:26:20 -07:00
..
bionic Clean up internal libc logging. 2013-03-15 16:12:58 -07:00
include/machine Use the NetBSD <sys/exec_elf.h>. 2013-01-29 15:02:50 -08:00
string MIPS support for libc. 2012-08-02 16:07:26 -07:00
syscalls The SYS_ constants should cover all __NR_ values. 2013-03-21 22:26:20 -07:00
mips.mk Break bionic implementations into arch versions. 2013-03-12 14:06:08 -07:00
syscalls.mk Expose wait4 as wait4 rather than __wait4. 2013-03-21 16:14:06 -07:00