diff options
| author | Elliott Hughes <enh@google.com> | 2013-03-22 05:39:05 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-03-22 05:39:06 +0000 |
| commit | 3323628d635d3973965ee458c1fee7d8ab45136f (patch) | |
| tree | 2e6558ee71209b8520dbdd757b1d2cae37937040 /libc/arch-x86/syscalls/__syslog.S | |
| parent | babb72dc292a567674f6d7d2ccf7f63edaf77b80 (diff) | |
| parent | 5c2772f59d3b6f564897187324d8606f54423207 (diff) | |
| download | bionic-3323628d635d3973965ee458c1fee7d8ab45136f.zip bionic-3323628d635d3973965ee458c1fee7d8ab45136f.tar.gz bionic-3323628d635d3973965ee458c1fee7d8ab45136f.tar.bz2 | |
Merge "The SYS_ constants should cover all __NR_ values."
Diffstat (limited to 'libc/arch-x86/syscalls/__syslog.S')
| -rw-r--r-- | libc/arch-x86/syscalls/__syslog.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-x86/syscalls/__syslog.S b/libc/arch-x86/syscalls/__syslog.S index 8db151a..1216d75 100644 --- a/libc/arch-x86/syscalls/__syslog.S +++ b/libc/arch-x86/syscalls/__syslog.S @@ -1,7 +1,7 @@ /* autogenerated by gensyscalls.py */ #include <linux/err.h> #include <machine/asm.h> -#include <sys/linux-syscalls.h> +#include <asm/unistd.h> ENTRY(__syslog) pushl %ebx |
