timeval struct incorrect

Hi,

A question, according to the opengroup the timeval struct should store tv_sec as time_t, not as long as MS now does. Some API's return time_t, on 64bit we now get warnings. Shouldn't timeval be updated

See http://www.opengroup.org/onlinepubs/009695399/basedefs/sys/time.h.html

Johnny



Answer this question

timeval struct incorrect