[kernel] Consolodate koid and close syscalls
A number of object types had _close or _koid syscalls. Moved those to be generic for kobject.
This commit is contained in:
@@ -131,7 +131,7 @@ main(int argc, const char **argv)
|
||||
|
||||
_syscall_system_log("main thread closing endpoint");
|
||||
|
||||
result = _syscall_endpoint_close(endp);
|
||||
result = _syscall_object_close(endp);
|
||||
if (result != j6_status_ok)
|
||||
return result;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user