From: Roland McGrath Date: Mon, 17 Oct 2005 04:52:34 +0000 (+0000) Subject: 2005-03-25 Jakub Jelinek X-Git-Tag: cvs/fedora-glibc-2_3-20051017T0518~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb01af79bb9cf6689d36b2ff42e957652514d9e3;p=thirdparty%2Fglibc.git 2005-03-25 Jakub Jelinek [BZ #721] * sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than . --- diff --git a/sysdeps/generic/wcstoul_l.c b/sysdeps/generic/wcstoul_l.c index eeee1f0baa5..25058de8179 100644 --- a/sysdeps/generic/wcstoul_l.c +++ b/sysdeps/generic/wcstoul_l.c @@ -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 , 1997. @@ -27,4 +27,4 @@ extern unsigned long int ____wcstoul_l_internal (const wchar_t *, wchar_t **, int, int, __locale_t); -#include +#include "wcstol_l.c"