pub unsafe extern "C" fn fd_pread(
arg0: i32,
arg1: i32,
arg2: i32,
arg3: i64,
arg4: i32,
) -> i32
Expand description
Read from a file descriptor, without using and updating the file descriptor’s offset.
Note: This is similar to preadv
in POSIX.