]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-03-25 Jakub Jelinek <jakub@redhat.com>
authorRoland McGrath <roland@gnu.org>
Mon, 17 Oct 2005 04:52:34 +0000 (04:52 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 17 Oct 2005 04:52:34 +0000 (04:52 +0000)
[BZ #721]
* sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than
<wcstol_l.c>.

sysdeps/generic/wcstoul_l.c

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"