Glenn Fowler writes:
> _LARGEFILE_SOURCE or not, sizeof(time_t)==4 for 32-bit objects
> apparently sizeof(time_t)>4 for 64-bit objects?
> so a file with mtime year > 2038 accessed by a 32-bit object
> is mishandled in what way? just invalid st_mtime, or worse?

Rather than return incorrect data, the system call itself fails.

-- 
James Carlson, KISS Network                    <james.d.carlson at sun.com>
Sun Microsystems / 1 Network Drive         71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677

Reply via email to