Function polkavm_linux_raw::sys_socketpair
source · pub fn sys_socketpair(
domain: u32,
kind: u32,
protocol: u32,
) -> Result<(Fd, Fd), Error>
pub fn sys_socketpair(
domain: u32,
kind: u32,
protocol: u32,
) -> Result<(Fd, Fd), Error>