macro_rules! syscall {
($fn: ident ( $($arg: expr),* $(,)* ) ) => { ... };
}Expand description
Helper macro to execute a system call that returns an io::Result.
macro_rules! syscall {
($fn: ident ( $($arg: expr),* $(,)* ) ) => { ... };
}Helper macro to execute a system call that returns an io::Result.