pub const SYS_LSEEK: usize = 407;
Set the file position of a file descriptor.
fd
offset
whence
SEEK_SET
SEEK_CUR
SEEK_END
Returns the new file position.