mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-06 16:49:59 +01:00
[orbis-kernel] Close sockets
This commit is contained in:
parent
d398851098
commit
f9e8cc60de
|
|
@ -146,6 +146,7 @@ static std::int64_t socket_instance_ioctl(IoDeviceInstance *instance,
|
|||
}
|
||||
|
||||
static std::int64_t socket_instance_close(IoDeviceInstance *instance) {
|
||||
::close(static_cast<SocketDeviceInstance *>(instance)->hostFd);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue