mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
[orbis-kernel] initial kqueue implementation
This commit is contained in:
parent
563c5eaa2e
commit
95f1a6feda
3 changed files with 136 additions and 18 deletions
|
|
@ -607,7 +607,7 @@ SysResult sys_socketex(Thread *thread, ptr<const char> name, sint domain,
|
|||
sint type, sint protocol);
|
||||
SysResult sys_socketclose(Thread *thread, sint fd);
|
||||
SysResult sys_netgetiflist(Thread *thread /* TODO */);
|
||||
SysResult sys_kqueueex(Thread *thread /* TODO */);
|
||||
SysResult sys_kqueueex(Thread *thread, ptr<char> name, sint flags);
|
||||
SysResult sys_mtypeprotect(Thread *thread /* TODO */);
|
||||
SysResult sys_regmgr_call(Thread *thread, uint32_t op, uint32_t id,
|
||||
ptr<void> result, ptr<void> value, uint64_t type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue