Function raw_syscall_base::syscall_1_nr[][src]

pub unsafe fn syscall_1_nr(rax: usize, rdi: usize) -> !

Performs a system call with one argument and never returns.

The first argument specifies the system call, and the second is the argument to pass it.