Fake system_time() for now.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23477 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-01-13 01:57:31 +00:00
parent c302a6742b
commit 2ac7892801

View File

@ -65,6 +65,14 @@ check_cpu_features()
return B_OK;
}
#warning M68K: move and implement system_time()
static bigtime_t gSystemTimeCounter = 0; //HACK
extern "C" bigtime_t
system_time(void)
{
return gSystemTimeCounter++;
}
// #pragma mark -