mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
[kernel] Added the process_kill syscall
Added process_kill, and also cleaned up all the disparate types being used for thread/process exit codes. (Now all int32_t.)
This commit is contained in:
@@ -136,7 +136,7 @@ thread::wake_on_result(kobject *obj, j6_status_t result)
|
||||
}
|
||||
|
||||
void
|
||||
thread::exit(uint32_t code)
|
||||
thread::exit(int32_t code)
|
||||
{
|
||||
m_return_code = code;
|
||||
set_state(state::exited);
|
||||
|
||||
Reference in New Issue
Block a user