version 1.1 | version 1.2 | |||
---|---|---|---|---|
|
| |||
*/ | */ | |||
int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info) | int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info) | |||
{ | { | |||
// _int64 mstimer, freq; | ||||
/* Get the time, if they want it */ | /* Get the time, if they want it */ | |||
if (time_Info != NULL) { | if (time_Info != NULL) { | |||
time_Info->tv_sec = time(NULL); | time_Info->tv_sec = time(NULL); |
Legend:
|