提交 ebc4a179 编写于 作者: N Nicholas J. Kain

Remove __syscall_lseek from x86_64 syscall.h.

上级 bb89bdd0
......@@ -427,12 +427,4 @@ static inline long syscall6(long n, long a1, long a2, long a3, long a4,
#define __syscall_ioctl(fd,ioc,arg) syscall3(__NR_ioctl, (fd), (ioc), (long)(arg))
#define __syscall_exit(code) syscall1(__NR_exit, code)
#define __NEED_off_t
#include <bits/alltypes.h>
static inline off_t __syscall_lseek(int fd, off_t offset, int whence)
{
return syscall3(__NR_lseek, fd, offset, whence);
}
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册