This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: Y2031 problem in tst-fseek.c ...


On 25 July 2003 07:03, Dan Kegel wrote:
> OK, not that this is pressing or anything, but
> IIRC in the year 2031, time() will go negative,
> and for the next bunch of years, the sequence
>     t0 = time(0);
>     sleep(1);
>     t1 = time(0);
>     assert(t1 > t0);
> will fail.

-2 > -3
--
vda


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