Remove __syslog; we have the public klogctl API.
Bug: 11156955 Change-Id: I5c2cc02f39f76dd32984135f5c12c10bf2853796
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
/* Generated by gensyscalls.py. Do not edit. */
|
||||
|
||||
#include <private/bionic_asm.h>
|
||||
|
||||
ENTRY(__syslog)
|
||||
movl $__NR_syslog, %eax
|
||||
syscall
|
||||
cmpq $-MAX_ERRNO, %rax
|
||||
jb 1f
|
||||
negl %eax
|
||||
movl %eax, %edi
|
||||
call __set_errno
|
||||
orq $-1, %rax
|
||||
1:
|
||||
ret
|
||||
END(__syslog)
|
||||
.hidden __syslog
|
||||
Reference in New Issue
Block a user