]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/wcstol_l.c
Moved to csu/errno-loc.c.
[thirdparty/glibc.git] / wcsmbs / wcstol_l.c
similarity index 91%
rename from sysdeps/generic/wcstol_l.c
rename to wcsmbs/wcstol_l.c
index f1b4171f186a81d92193031c9f86163661201a19..3d3bf76ea60f8b082f4a0dc9404ed51b4988ae1d 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert string representing a number to integer value, using given locale.
-   Copyright (C) 1997, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1997, 2002, 2004, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -27,4 +27,4 @@
 extern long int ____wcstol_l_internal (const wchar_t *, wchar_t **, int, int,
                                       __locale_t);
 
-#include "strtol_l.c"
+#include <stdlib/strtol_l.c>