Message type for SYS_CLEAR

Change-Id: I3d894edcf672d180aee38fd84bd06339bdf7fa9b
This commit is contained in:
2014-05-26 12:12:11 +02:00
parent 886c867c38
commit 5277fbe9f6
4 changed files with 12 additions and 7 deletions

View File

@@ -10,6 +10,6 @@ endpoint_t proc_ep; /* which process has exited */
*/
message m;
m.PR_ENDPT = proc_ep;
m.m_lsys_krn_sys_clear.endpt = proc_ep;
return(_kernel_call(SYS_CLEAR, &m));
}