Skip to main content

sys_lseek

Function sys_lseek 

Source
pub fn sys_lseek(fd: u32, offset: i64, whence: u32) -> Result<u64, SyscallError>
Expand description

Syscall handler for lseek.