LINUX_SYS_lseek
#define __NR_lseek32 (__NR_SYSCALL_BASE + LINUX_SYS_lseek)
#define lseek(fd, off, whence) (off_t)syscall(LINUX_SYS_lseek, fd, \