From daace91624c983b0dabd1c4f391b45cfc5528701 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 14 Apr 2011 15:37:22 +0200 Subject: 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 Signed-off-by: Bernhard Reutner-Fischer --- include/sys/syslog.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/sys/syslog.h') diff --git a/include/sys/syslog.h b/include/sys/syslog.h index 8fc768846..29a12332e 100644 --- a/include/sys/syslog.h +++ b/include/sys/syslog.h @@ -208,7 +208,6 @@ libc_hidden_proto(syslog) therefore not marked with __THROW. */ extern void vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap) __attribute__ ((__format__ (__printf__, 2, 0))); -libc_hidden_proto(vsyslog) #endif __END_DECLS -- cgit v1.2.3