mirror of
git://git.musl-libc.org/musl
synced 2025-04-08 10:12:30 +00:00
fix missing va_list for vsyslog
This commit is contained in:
parent
6255c4c6a5
commit
c3dbe9b22c
@ -60,10 +60,10 @@ int setlogmask (int);
|
||||
void syslog (int, const char *, ...);
|
||||
|
||||
#if defined(_GNU_SOURCE)
|
||||
void vsyslog (int, const char *, va_list);
|
||||
#if defined(SYSLOG_NAMES)
|
||||
#define __NEED_va_list
|
||||
#include <bits/alltypes.h>
|
||||
void vsyslog (int, const char *, va_list);
|
||||
#if defined(SYSLOG_NAMES)
|
||||
#define INTERNAL_NOPRI 0x10
|
||||
#define INTERNAL_MARK (LOG_NFACILITIES<<3)
|
||||
struct __CODE {
|
||||
|
Loading…
Reference in New Issue
Block a user