macro_rules! syscall_number_to_name_literal_callback {
{$number:ident; $($name:ident,)*} => { ... };
}Expand description
Evaluates to a string literal for the given syscall number when called back by for_each_syscall.
macro_rules! syscall_number_to_name_literal_callback {
{$number:ident; $($name:ident,)*} => { ... };
}Evaluates to a string literal for the given syscall number when called back by for_each_syscall.