This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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] |
Hello,
since time_t is usually defined as long in Newlib and thus 32-bit on most 32-bit targets, we are affected by the year 2038 problem:
http://en.wikipedia.org/wiki/Year_2038_problem
Since have a system that should operate for 30 years we have to address this problem somehow.
What do you think about adding a configure option to define _TIME_T_ to long long in "libc/include/machine/types.h" if requested?
-- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |