]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wcstold.c
Remove __get_clockfreq
[thirdparty/glibc.git] / wcsmbs / wcstold.c
index d99b7278b9eef86146cffd52d9c1e1b16d68e3c3..a1d180c6a6761c6d631d7ca1a99966b7d75c41dc 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998, 2004 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.
 
    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
+   <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>