]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/bits/syslog.h
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / misc / bits / syslog.h
index a5c693a13494844aa7f1f551490f72bafc002cc4..86d94536ee95478b894bfec16b12903236604770 100644 (file)
@@ -1,5 +1,5 @@
 /* Checking macros for syslog functions.
-   Copyright (C) 2005-2014 Free Software Foundation, Inc.
+   Copyright (C) 2005-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -36,7 +36,7 @@ syslog (int __pri, const char *__fmt, ...)
 #endif
 
 
-#ifdef __USE_BSD
+#ifdef __USE_MISC
 extern void __vsyslog_chk (int __pri, int __flag, const char *__fmt,
                           __gnuc_va_list __ap)
      __attribute__ ((__format__ (__printf__, 3, 0)));