diff options
| author | Elliott Hughes <enh@google.com> | 2014-05-20 21:01:00 -0700 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2014-05-20 21:01:00 -0700 |
| commit | 46a55a4478db9e335bdc7f73ee2cf3a66fe673fd (patch) | |
| tree | b6e2b8723f2d8330895a5bed48777e804365037d /libc/arch-mips/syscalls | |
| parent | 20177b9fea893ab63a49cf574790ea5e5027e50d (diff) | |
| download | bionic-46a55a4478db9e335bdc7f73ee2cf3a66fe673fd.zip bionic-46a55a4478db9e335bdc7f73ee2cf3a66fe673fd.tar.gz bionic-46a55a4478db9e335bdc7f73ee2cf3a66fe673fd.tar.bz2 | |
Remove __syslog; we have the public klogctl API.
Bug: 11156955
Change-Id: I5c2cc02f39f76dd32984135f5c12c10bf2853796
Diffstat (limited to 'libc/arch-mips/syscalls')
| -rw-r--r-- | libc/arch-mips/syscalls/__syslog.S | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/libc/arch-mips/syscalls/__syslog.S b/libc/arch-mips/syscalls/__syslog.S deleted file mode 100644 index ace69c7..0000000 --- a/libc/arch-mips/syscalls/__syslog.S +++ /dev/null @@ -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) |
