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/clone.S b/libc/arch-x86/bionic/clone.S index 80e3c75..457cb4a 100644 --- a/libc/arch-x86/bionic/clone.S +++ b/libc/arch-x86/bionic/clone.S
@@ -1,5 +1,5 @@ +#include <asm/unistd.h> #include <machine/asm.h> -#include <sys/linux-syscalls.h> // int __pthread_clone(void* (*fn)(void*), void* tls, int flags, void* arg); ENTRY(__pthread_clone)