This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


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

_itowa missing for 32-bit platforms


The LONG_MAX != LLONG_MAX check in _itowa.c is failing for me because
nothing includes <limits.h> first (so the preprocessor treats them both
as zero).  This is i686-pc-linux-gnu.

Adding #include <limits.h> there and in _itoa.c fixes it for me.

-- 
Daniel Jacobowitz
CodeSourcery


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