Message type for SYS_ABORT

Change-Id: Ic24a4779cc7955cb94f81fec58a358057ca85cb1
This commit is contained in:
2014-05-21 16:52:18 +02:00
parent b3085e334c
commit e412a58209
4 changed files with 11 additions and 6 deletions

View File

@@ -8,6 +8,6 @@ int sys_abort(int how)
message m;
m.ABRT_HOW = how;
m.m_lsys_krn_sys_abort.how = how;
return(_kernel_call(SYS_ABORT, &m));
}