Message type for SYS_STIME

Change-Id: Ic4401e736bb66960e2ea4b30f5e1946dd93fd76e
This commit is contained in:
2014-05-22 15:30:51 +02:00
parent 1ca0b449b2
commit 9d1ed02a04
4 changed files with 11 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ time_t boottime; /* New boottime */
message m;
int r;
m.T_BOOTTIME = boottime;
m.m_lsys_krn_sys_stime.boot_time = boottime;
r = _kernel_call(SYS_STIME, &m);
return(r);
}