]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - time/wcsftime_l.c
Update automatically-generated copyright dates
[thirdparty/glibc.git] / time / wcsftime_l.c
index 969289710c6616b5cbd6655240dcef5ec57b9a77..e7b0d2b3c17c5393e89f05cf5a9290ba2a92464b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2022 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
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <https://www.gnu.org/licenses/>.  */
+
+#include <wchar.h>
+#include <wctype.h>
 
 #define USE_IN_EXTENDED_LOCALE_MODEL 1
-#include <wcsftime.c>
+#define COMPILE_WIDE   1
+#include "strftime_l.c"
 
 weak_alias (__wcsftime_l, wcsftime_l)