diff options
author | Elliott Hughes <enh@google.com> | 2013-03-22 13:50:44 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2013-03-22 13:53:43 -0700 |
commit | cda62094ef6ab44d3804954fff75be1246725c36 (patch) | |
tree | b0f9d9a146741e5961cafedaccbc2843e545de2c /libc/arch-arm/syscalls/removexattr.S | |
parent | c37dd599561ac07a895bc435d818f000054a498d (diff) | |
download | bionic-cda62094ef6ab44d3804954fff75be1246725c36.zip bionic-cda62094ef6ab44d3804954fff75be1246725c36.tar.gz bionic-cda62094ef6ab44d3804954fff75be1246725c36.tar.bz2 |
Use the correct names for the __ARM_NR_* syscalls.
This lets us move all the ARM syscall stubs over to the kernel <asm/unistd.h>.
Our generated <sys/linux-syscalls.h> is now unused, but I'll remove that in a
later change.
Change-Id: Ie5ff2cc4abce1938576af7cbaef615a79c7f310d
Diffstat (limited to 'libc/arch-arm/syscalls/removexattr.S')
-rw-r--r-- | libc/arch-arm/syscalls/removexattr.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-arm/syscalls/removexattr.S b/libc/arch-arm/syscalls/removexattr.S index d1e9310..2da9be8 100644 --- a/libc/arch-arm/syscalls/removexattr.S +++ b/libc/arch-arm/syscalls/removexattr.S @@ -1,7 +1,7 @@ /* autogenerated by gensyscalls.py */ +#include <asm/unistd.h> #include <linux/err.h> #include <machine/asm.h> -#include <sys/linux-syscalls.h> ENTRY(removexattr) mov ip, r7 |