syscall: handle: add stub implementation of kern_handle_control
This commit is contained in:
@@ -146,3 +146,13 @@ cleanup:
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
kern_status_t sys_kern_handle_control(
|
||||
kern_handle_t task,
|
||||
kern_handle_t handle,
|
||||
uint32_t set_mask,
|
||||
uint32_t clear_mask,
|
||||
uint32_t *out_flags)
|
||||
{
|
||||
return KERN_UNIMPLEMENTED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user