Re: remaining tasks before Autoconf release
Jacob Bachmeyer <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.general,gmane.comp.lib.gnulib.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bruno Haible wrote: > [...] > * In the other cases > - 32-bit OS, or > Perhaps this has already been addressed, but what prevents a 32-bit OS from nonetheless having a 64-bit time_t? Do the tests accommodate the possibility of time_t being long long? They should: there is no reason to expect that 32-bit processors will no longer be used as of 2038. -- Jacob