Function mkfifoat

Source
pub fn mkfifoat<P: Arg, Fd: AsFd>(dirfd: Fd, path: P, mode: Mode) -> Result<()>
Expand description

mkfifoat(dirfd, path, mode)—Make a FIFO special file.

§References