This commit is contained in:
Vítor Santos Costa 2016-01-31 10:33:13 +00:00
parent 017e356cfb
commit 8c873350c9
1 changed files with 2 additions and 2 deletions

View File

@ -159,8 +159,8 @@ static FILETIME StartOfTimes_sys, last_time_sys;
static clock_t TimesStartOfTimes, Times_last_time;
/* store user time in this variable */
static void
InitTime (int wid)
void
Yap_InitTime (int wid)
{
HANDLE hProcess = GetCurrentProcess();
FILETIME CreationTime, ExitTime, KernelTime, UserTime;