Hallo!
On Wed, Dec 08, 1999 at 10:39:10PM +0000, Alex Ferguson wrote:
> Keith Wansbrough:
> > If the Integer is greater than 2^64-1 then simply
> > pass NULL to select(): I think 595 000 years is near enough forever
> > given current operating systems...
> Quincentomillennium bug, anyone?
> ;-)
No.
struct timeval {
long tv_sec;
long tv_usec;
};
So, on archs where long is 32 bit, we have a 68-years-problem.
Regards, Hannah.
- RE: GHC Select and Time modules - struct timeval Simon Peyton-Jones
- Re: GHC Select and Time modules - struct ti... Keith Wansbrough
- Re: GHC Select and Time modules - struct ti... George Russell
- RE: GHC Select and Time modules - struct timeval Simon Marlow
- Re: GHC Select and Time modules - struct timeval Marcin 'Qrczak' Kowalczyk
- RE: GHC Select and Time modules - struct timeval Sigbjorn Finne
- Re: GHC Select and Time modules - struct ti... Keith Wansbrough
- RE: GHC Select and Time modules - struct timeval Simon Marlow
- Re: GHC Select and Time modules - struct timeval Alex Ferguson
- Hannah Schroeter
