]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/fmtmsg.h
Sync time/mktime.c with gnulib
[thirdparty/glibc.git] / stdlib / fmtmsg.h
index cdec11c61261decf9690c47f2f71338bb84e5a25..a150cfe5e9dd5cb15e1b833cf02cda0864a9c76f 100644 (file)
@@ -1,5 +1,5 @@
 /* Message display handling.
-   Copyright (C) 1997, 1999, 2000, 2003, 2012 Free Software Foundation, Inc.
+   Copyright (C) 1997-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
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef __FMTMSG_H
 #define __FMTMSG_H     1
@@ -95,7 +95,7 @@ extern int fmtmsg (long int __classification, const char *__label,
                   int __severity, const char *__text,
                   const char *__action, const char *__tag);
 
-#ifdef __USE_SVID
+#ifdef __USE_MISC
 /* Add or remove severity level.  */
 extern int addseverity (int __severity, const char *__string) __THROW;
 #endif