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