diff options
Diffstat (limited to 'libc/arch-x86/syscalls/fsetxattr.S')
-rw-r--r-- | libc/arch-x86/syscalls/fsetxattr.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/arch-x86/syscalls/fsetxattr.S b/libc/arch-x86/syscalls/fsetxattr.S index d35197f..f0e75e2 100644 --- a/libc/arch-x86/syscalls/fsetxattr.S +++ b/libc/arch-x86/syscalls/fsetxattr.S @@ -1,8 +1,6 @@ /* Generated by gensyscalls.py. Do not edit. */ -#include <asm/unistd.h> -#include <linux/err.h> -#include <machine/asm.h> +#include <private/bionic_asm.h> ENTRY(fsetxattr) pushl %ebx |