Macro mio::sys::unix::syscall

source ·
macro_rules! syscall {
    ($fn: ident ( $($arg: expr),* $(,)* ) ) => { ... };
}
Expand description

Helper macro to execute a system call that returns an io::Result.