Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a772eee authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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

parent a932fec8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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];