Skip to main content
sys_pipe
starnix_
core
In starnix_
core::
arch::
syscalls
starnix_core
::
arch
::
syscalls
Function
sys_
pipe
Copy item path
Source
pub fn sys_pipe( current_task: &
CurrentTask
, user_pipe:
UserRef
<
FdNumber
>, ) ->
Result
<
()
,
Errno
>