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

Commit 99d233fa authored by Joseph S. Myers's avatar Joseph S. Myers Committed by Ralf Baechle
Browse files

[MIPS] Use compat_sys_pselect6



The N32 and O32 pselect6 syscalls need to use compat_sys_pselect6 to
translate arguments from 32-bit to 64-bit layout.

Signed-off-by: default avatarJoseph Myers <joseph@codesourcery.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 447deafb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -384,7 +384,7 @@ EXPORT(sysn32_call_table)
	PTR	sys_readlinkat
	PTR	sys_fchmodat
	PTR	sys_faccessat
	PTR	sys_pselect6
	PTR	compat_sys_pselect6
	PTR	sys_ppoll			/* 6265 */
	PTR	sys_unshare
	PTR	sys_splice
+1 −1
Original line number Diff line number Diff line
@@ -506,7 +506,7 @@ sys_call_table:
	PTR	sys_readlinkat
	PTR	sys_fchmodat
	PTR	sys_faccessat			/* 4300 */
	PTR	sys_pselect6
	PTR	compat_sys_pselect6
	PTR	sys_ppoll
	PTR	sys_unshare
	PTR	sys_splice