pub unsafe fn syscall0(n: usize) -> isizeExpand description
Make a syscall with 0 arguments.
ยงSafety
This function directly invokes system calls which can have undefined behavior if called with invalid syscall numbers or if the kernel state is inconsistent. The caller must ensure the syscall number is valid for the target system.