OSDN Git Service

syslog.c: no need for hidden vsyslog, use a static __vsyslog instead
authorPeter S. Mazinger <ps.m@gmx.net>
Thu, 14 Apr 2011 13:37:22 +0000 (15:37 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:36 +0000 (14:00 +0200)
commitdaace91624c983b0dabd1c4f391b45cfc5528701
tree2aa980225638399444de8f2de7e9a7ca2240c84c
parent508b20ead1710e8c295630d096960e51a65b7e5d
syslog.c: no need for hidden vsyslog, use a static __vsyslog instead

It is only used within the same file.
Guard the visible version according to header.

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
include/sys/syslog.h
libc/misc/syslog/syslog.c