]> 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 87f3a8f7bc4b6ff0bc732552ae2e9404790e3203..2a33a0bdd1a4c8dc67d06ccead67d8bad4210d1f 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert string representing a number to integer value, using given locale.
-   Copyright (C) 1997, 1998, 2002 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.
 
    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/>.  */
 
-#define __need_wchar_t
 #include <stddef.h>
 #include <locale.h>
 
-#define USE_IN_EXTENDED_LOCALE_MODEL   1
 
-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 <wcstod.c>
-
-weak_alias (__wcstod_l, wcstod_l)
+#include <stdlib/strtod_l.c>