Glenn Fowler <gsf at research.att.com> wrote:

>
> On Wed, 01 Nov 2006 19:06:38 +0100 Joerg.Schilling at fokus.fraunhofer.de 
> (Joerg Schilling) wrote:
> > Glenn Fowler <gsf at research.att.com> wrote:
> > > >         32 Bit binaries are unable to deal with files that have a time
> > > >         stamp > 2038
> > > this is simply not true
> > Of course it is...
>
> ok
> on solaris
> _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?

AFAIR, you get EOVERFLOW from stat(), open(), ...



J?rg

-- 
 EMail:joerg at schily.isdn.cs.tu-berlin.de (home) J?rg Schilling D-13353 Berlin
       js at cs.tu-berlin.de                (uni)  
       schilling at fokus.fraunhofer.de     (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily

Reply via email to