X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Fsyslog.h;h=e0d86c0d33466b7f08714290df6155d68cb77dbd;hp=d7668d35f2eafc63a9f709161470578595c6732a;hb=c3dbe9b22c93c187d806f5def44da5b47744923c;hpb=6255c4c6a5599724d18311a7776aebe67f8e6d4a diff --git a/include/syslog.h b/include/syslog.h index d7668d35..e0d86c0d 100644 --- a/include/syslog.h +++ b/include/syslog.h @@ -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 +void vsyslog (int, const char *, va_list); +#if defined(SYSLOG_NAMES) #define INTERNAL_NOPRI 0x10 #define INTERNAL_MARK (LOG_NFACILITIES<<3) struct __CODE {