提交 5a772eee 编写于 作者: R Ralf Baechle

MIPS: fcntl.h: Use __kernel_off_t, not off_t.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 a932fec8
......@@ -61,8 +61,8 @@
struct flock {
short l_type;
short l_whence;
off_t l_start;
off_t l_len;
__kernel_off_t l_start;
__kernel_off_t l_len;
long l_sysid;
__kernel_pid_t l_pid;
long pad[4];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册