From 46a55a4478db9e335bdc7f73ee2cf3a66fe673fd Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 20 May 2014 21:01:00 -0700 Subject: Remove __syslog; we have the public klogctl API. Bug: 11156955 Change-Id: I5c2cc02f39f76dd32984135f5c12c10bf2853796 --- libc/arch-x86/syscalls/__syslog.S | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 libc/arch-x86/syscalls/__syslog.S (limited to 'libc/arch-x86') diff --git a/libc/arch-x86/syscalls/__syslog.S b/libc/arch-x86/syscalls/__syslog.S deleted file mode 100644 index 1da01be..0000000 --- a/libc/arch-x86/syscalls/__syslog.S +++ /dev/null @@ -1,30 +0,0 @@ -/* Generated by gensyscalls.py. Do not edit. */ - -#include - -ENTRY(__syslog) - pushl %ebx - pushl %ecx - pushl %edx - .cfi_def_cfa_offset 12 - .cfi_rel_offset ebx, 0 - .cfi_rel_offset ecx, 4 - .cfi_rel_offset edx, 8 - mov 16(%esp), %ebx - mov 20(%esp), %ecx - mov 24(%esp), %edx - movl $__NR_syslog, %eax - int $0x80 - cmpl $-MAX_ERRNO, %eax - jb 1f - negl %eax - pushl %eax - call __set_errno - addl $4, %esp - orl $-1, %eax -1: - popl %edx - popl %ecx - popl %ebx - ret -END(__syslog) -- cgit v1.1