diff options
Diffstat (limited to 'libc/arch-x86_64/syscalls/__syslog.S')
| -rw-r--r-- | libc/arch-x86_64/syscalls/__syslog.S | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/arch-x86_64/syscalls/__syslog.S b/libc/arch-x86_64/syscalls/__syslog.S index db3a397..4e41149 100644 --- a/libc/arch-x86_64/syscalls/__syslog.S +++ b/libc/arch-x86_64/syscalls/__syslog.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(__syslog) movl $__NR_syslog, %eax |
