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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2013-06-18 13:39:12 +02:00
parent a932fec84c
commit 5a772eee55
1 changed files with 2 additions and 2 deletions

View File

@ -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];