#include <sys/types.h> #include <unistd.h> int _llseek(unsigned int fd, unsigned long offset_high, unsigned long offset_low, loff_t *result, unsigned int whence); |
標籤 | 描述 |
---|---|
EBADF | fd is not an open file descriptor. |
EFAULT | Problem with copying results to user space. |
EINVAL | whence is invalid. |