Remove __syslog; we have the public klogctl API.
Bug: 11156955 Change-Id: I5c2cc02f39f76dd32984135f5c12c10bf2853796
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
/* Generated by gensyscalls.py. Do not edit. */
|
||||
|
||||
#include <private/bionic_asm.h>
|
||||
|
||||
ENTRY(__syslog)
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
li v0, __NR_syslog
|
||||
syscall
|
||||
bnez a3, 1f
|
||||
move a0, v0
|
||||
j ra
|
||||
nop
|
||||
1:
|
||||
la t9,__set_errno
|
||||
j t9
|
||||
nop
|
||||
.set reorder
|
||||
END(__syslog)
|
||||
Reference in New Issue
Block a user