Macro starry::syscall_body

source ·
macro_rules! syscall_body {
    ($fn: ident, $($stmt: tt)*) => { ... };
}
Expand description

Macro to generate syscall body

It will receive a function which return Result<_, LinuxError> and convert it to the type which is specified by the caller.