time.h

Luis Batanero (luisba0@bitmailer.net)
Tue, 25 Jun 1996 19:42:33 +0200


Hello,

The struct timeval store the time usually. Your member tv_sec s=
tore
the time past from Jan 1, 1970 and tv_usec the microseconds into actual
second. Both members are "long".

I have seen that include/linux/time.h declare the members of st=
ruct
timeval integers. =BFIs it a bug? :-?

Thanks.