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

Commit 7155262e authored by Thiemo Seufer's avatar Thiemo Seufer Committed by Ralf Baechle
Browse files

[MIPS] open() forces O_LARGEFILE for o32 on 64bit kernels


    
open() always sets the O_LARGEFILE flag for the o32 ABI implementation
of a 64bit kernel. The appended patch fixes it.
    
Signed-off-by: default avatarThiemo Seufer <ths@networkno.de>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent fef6d6a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -209,7 +209,7 @@ sys_call_table:
	PTR	sys_fork
	PTR	sys_fork
	PTR	sys_read
	PTR	sys_read
	PTR	sys_write
	PTR	sys_write
	PTR	sys_open			/* 4005 */
	PTR	compat_sys_open			/* 4005 */
	PTR	sys_close
	PTR	sys_close
	PTR	sys_waitpid
	PTR	sys_waitpid
	PTR	sys_creat
	PTR	sys_creat