macro_rules! syscall { ($fn: ident ( $($arg: expr),* $(,)* ) ) => { ... }; }
System call wrapper.
Wrapper around libc system calls that checks errno on failure.
libc
errno