]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wcstol_l.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / wcsmbs / wcstol_l.c
index 227a5dad067c76e2f5325f88526168eaf48f5b1b..1b08e52970b9934660c86172c47b9e6e1264d199 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert string representing a number to integer value, using given locale.
-   Copyright (C) 1997-2015 Free Software Foundation, Inc.
+   Copyright (C) 1997-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -15,7 +15,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/>.  */
 
 #define __need_wchar_t
 #include <stddef.h>
@@ -23,7 +23,4 @@
 
 #define        USE_WIDE_CHAR   1
 
-extern long int ____wcstol_l_internal (const wchar_t *, wchar_t **, int, int,
-                                      __locale_t);
-
 #include <stdlib/strtol_l.c>