]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wcstold.c
Remove __get_clockfreq
[thirdparty/glibc.git] / wcsmbs / wcstold.c
index 6153e6d4334df07fffc8fdc8b701ec0650889d7c..a1d180c6a6761c6d631d7ca1a99966b7d75c41dc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
 
    <http://www.gnu.org/licenses/>.  */
 
 #include <stddef.h>
-#include <xlocale.h>
+#include <locale.h>
 
 #define USE_WIDE_CHAR  1
 
-extern long double ____wcstold_l_internal (const wchar_t *, wchar_t **, int,
-                                          __locale_t);
-
 #include <stdlib/strtold.c>