* times.cc (gettimeofday): Align definition to POSIX.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 2007-07-06  Corinna Vinschen  <corinna@vinschen.de> | ||||
|  | ||||
| 	* times.cc (gettimeofday): Align definition to POSIX. | ||||
|  | ||||
| 2007-07-06  Corinna Vinschen  <corinna@vinschen.de> | ||||
|  | ||||
| 	* cygwin.din: Export wcstol, wcstoll, wcstoul, wcstoull, wcsxfrm. | ||||
|   | ||||
| @@ -150,8 +150,9 @@ hires_ms NO_COPY gtod; | ||||
|  | ||||
| /* FIXME: Make thread safe */ | ||||
| extern "C" int | ||||
| gettimeofday (struct timeval *tv, struct timezone *tz) | ||||
| gettimeofday (struct timeval *tv, void *tzvp) | ||||
| { | ||||
|   struct timezone *tz = (struct timezone *) tzvp; | ||||
|   static bool tzflag; | ||||
|   LONGLONG now = gtod.usecs (); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user