Skip to main content
sys_shutdown
starnix_
core
In starnix_
core::
vfs::
socket::
syscalls
starnix_core
::
vfs
::
socket
::
syscalls
Function
sys_
shutdown
Copy item path
Source
pub fn sys_shutdown( current_task: &
CurrentTask
, fd:
FdNumber
, how:
u32
, ) ->
Result
<
()
,
Errno
>