Skip to main content

sys_pwrite

Function sys_pwrite 

Source
pub fn sys_pwrite(
    fd: u32,
    buf_ptr: u64,
    buf_len: u64,
    offset: u64,
) -> Result<u64, SyscallError>
Expand description

SYS_PWRITE (457): Write at offset without changing fd position.