Adjusted comments to match actual prototypes.
This commit is contained in:
@@ -25,7 +25,7 @@ clock_t clock(void)
|
||||
return mktime(¤tTime);
|
||||
}
|
||||
|
||||
int clock_gettime(clockid_t, struct timespec *tp)
|
||||
int __fastcall__ clock_gettime(clockid_t, struct timespec *tp)
|
||||
{
|
||||
tp->tv_sec = clock();
|
||||
tp->tv_nsec = 0;
|
||||
|
||||
Reference in New Issue
Block a user