bionic/libc/arch-x86
Elliott Hughes f8fcfbc85a Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
Modern architectures only get the *at(2) system calls. For example,
aarch64 doesn't have open(2), and expects userspace to use openat(2)
instead.

Change-Id: I87b4ed79790cb8a80844f5544ac1a13fda26c7b5
2013-10-22 16:31:01 -07:00
..
bionic AArch64: Fix uses of stack size for 32/64bit libc builds 2013-10-22 12:01:29 -07:00
include/machine Add arch-x86_64/include/machine. 2013-10-04 16:10:13 -07:00
string Remove useless x86 fallbacks. 2013-10-03 23:30:33 -07:00
syscalls Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. 2013-10-22 16:31:01 -07:00
syscalls.mk Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. 2013-10-22 16:31:01 -07:00
x86.mk Fix __errno for LP64 and clean up __get_tls. 2013-10-09 13:39:13 -07:00