This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix build with latest GCC 4


On Fri, Mar 25, 2005 at 01:01:38PM -0700, Greg McGary wrote:
> This can also be fixed by short-cutting the diversion through
> wordsize-64/wcstol_l.c, by including generic/wcstol_l.c directly from
> generic/wcstoul_l.c:

Sure, but for both wcstoul_l.c and strtoul_l.c.
Or #include "wcstol_l.c" instead of #include <wcstol_l.c> would work
too.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]