Namespace: vsyslog() is a BSD extension.

This commit is contained in:
David Schultz 2009-03-14 19:07:25 +00:00
parent 7e005f0136
commit ce76f2cfa7

View File

@ -193,7 +193,9 @@ void closelog(void);
void openlog(const char *, int, int);
int setlogmask(int);
void syslog(int, const char *, ...) __printflike(2, 3);
#if __BSD_VISIBLE
void vsyslog(int, const char *, __va_list) __printflike(2, 0);
#endif
__END_DECLS
#endif /* !_KERNEL */