diff options
Diffstat (limited to 'libc/arch-x86_64/syscalls/klogctl.S')
-rw-r--r-- | libc/arch-x86_64/syscalls/klogctl.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/arch-x86_64/syscalls/klogctl.S b/libc/arch-x86_64/syscalls/klogctl.S index 057b066..8560d28 100644 --- a/libc/arch-x86_64/syscalls/klogctl.S +++ b/libc/arch-x86_64/syscalls/klogctl.S @@ -2,6 +2,8 @@ #include <private/bionic_asm.h> + .hidden __set_errno + ENTRY(klogctl) movl $__NR_syslog, %eax syscall |