Message type for SYS_STIME
Change-Id: Ic4401e736bb66960e2ea4b30f5e1946dd93fd76e
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user