bionic/libc/arch-x86
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 The SYS_ constants should cover all __NR_ values. 2013-03-21 22:26:20 -07:00
include/machine Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
string Stop advertising rindex(3), which is both deprecated and unimplemented. 2013-02-21 17:39:06 -08:00
syscalls The SYS_ constants should cover all __NR_ values. 2013-03-21 22:26:20 -07:00
syscalls.mk Expose wait4 as wait4 rather than __wait4. 2013-03-21 16:14:06 -07:00
x86.mk Break bionic implementations into arch versions. 2013-03-12 14:06:08 -07:00