commit | 4cdde5f12364079a2b55fa4fc4ed53364cb8465d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Mar 21 22:48:18 2013 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Mar 21 22:48:18 2013 -0700 |
tree | 0446d7fadb5ff4378fee3d75fd1d9551d3c73c5a | |
parent | 3323628d635d3973965ee458c1fee7d8ab45136f [diff] [blame] |
Replace unnecessary x86 uses of <sys/linux-syscalls.h> with <asm/unistd.h>. Change-Id: I9d016ee8e8329cccf244d27c336d9524348af996
diff --git a/libc/arch-x86/bionic/syscall.S b/libc/arch-x86/bionic/syscall.S index ef816b6..4452da4 100644 --- a/libc/arch-x86/bionic/syscall.S +++ b/libc/arch-x86/bionic/syscall.S
@@ -10,8 +10,8 @@ * %ebp: arg5 - callee save */ +#include <asm/unistd.h> #include <machine/asm.h> -#include <sys/linux-syscalls.h> ENTRY(syscall) # Push the callee save registers.