]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wcstoul_l.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / wcsmbs / wcstoul_l.c
index f9f3808b20c24b970866939112c605f7ad3434a0..a642c8a1a1f81bbbb83b13e4070b88dd735f5e5f 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert string representing a number to integer value, using given locale.
-   Copyright (C) 1997-2017 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 UNSIGNED       1
 
-extern unsigned long int ____wcstoul_l_internal (const wchar_t *, wchar_t **,
-                                                int, int, locale_t);
-
 #include "wcstol_l.c"