]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than
authorRoland McGrath <roland@gnu.org>
Mon, 28 Mar 2005 19:28:46 +0000 (19:28 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 28 Mar 2005 19:28:46 +0000 (19:28 +0000)
<wcstol_l.c>.

ChangeLog
sysdeps/generic/wcstoul_l.c

index 1c13b591d9e45458c3f117f4dba681b960f59679..f465a1d69a4312d0f7523c6d981e94b4777c3b2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,11 @@
        * locale/nl_langinfo.c: Grok special item value for _NL_LOCALE_NAME,
        return locale name string for the category.
 
+2005-03-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than
+       <wcstol_l.c>.
+
 2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * sysdeps/mips/atomicity.h: Remove unused file.
index eeee1f0baa5b365a6204d98a0ff186d1433f6ebe..25058de817914a3d5beae99c47a24c2c6a343266 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 unsigned long int ____wcstoul_l_internal (const wchar_t *, wchar_t **,
                                                 int, int, __locale_t);
 
-#include <wcstol_l.c>
+#include "wcstol_l.c"
This page took 0.050576 seconds and 5 git commands to generate.