]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wcstod_l.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / wcsmbs / wcstod_l.c
index 9c026d82254478e6469f485933d6a981704d1b00..2a33a0bdd1a4c8dc67d06ccead67d8bad4210d1f 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.
 
 
    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/>.  */
 
 #include <stddef.h>
-#include <xlocale.h>
+#include <locale.h>
 
 
-extern double ____wcstod_l_internal (const wchar_t *, wchar_t **, int,
-                                    __locale_t);
-extern unsigned long long int ____wcstoull_l_internal (const wchar_t *,
-                                                      wchar_t **, int, int,
-                                                      __locale_t);
-
 #define        USE_WIDE_CHAR   1
 
 #include <stdlib/strtod_l.c>