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


Jakub Jelinek <jakub@redhat.com> writes:

> Sure, but for both wcstoul_l.c and strtoul_l.c.

strtoul_l.c already has #include "strtoul.c".
FYI, I didn't have compile failures for strtoul, only wcstoul_l.

> Or #include "wcstol_l.c" instead of #include <wcstol_l.c> would work
> too.

Yes, it does.  If we're happy with strtoul_l.c, we should follow the
same approach for wcstoul_l.c

Greg


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