Fix name of sys_now() function (was called sys_unix_now()) in unix port

This commit is contained in:
kieranm 2008-11-19 13:38:10 +00:00
parent ba11c223fa
commit 234cfd1dcf

View File

@ -492,7 +492,7 @@ sys_sem_free(struct sys_sem *sem)
}
/*-----------------------------------------------------------------------------------*/
unsigned long
sys_unix_now()
sys_now(void)
{
struct timeval tv;
struct timezone tz;