//! Helper functions to deal with FIFO special file.
use ;
use ;
/// Creates FIFO special file with name `filepath` with `mode` permissions.
/// Inspired by crate `unix_named_pipe`
///
/// # Errors
/// If a internal call set a errno (I/O OS error), an error variant will be returned.