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

Commit 28b2425a authored by Kyle McMartin's avatar Kyle McMartin Committed by Kyle McMartin
Browse files

[PARISC] Stub out pselect6/ppoll until TIF_RESTORE_SIGMASK is done



Swap out pselect6/ppoll for ni_syscall for now. We also have to switch
the macro to ENTRY_SAME since compat_sys_ni_syscall does not exist.

Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent 7ec14e49
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -377,8 +377,8 @@
	ENTRY_SAME(inotify_init)
	ENTRY_SAME(inotify_add_watch)	/* 270 */
	ENTRY_SAME(inotify_rm_watch)
	ENTRY_COMP(pselect6)
	ENTRY_COMP(ppoll)
	ENTRY_SAME(ni_syscall)		/* 271 ENTRY_COMP(pselect6) */
	ENTRY_SAME(ni_syscall)		/* 272 ENTRY_COMP(ppoll) */
	ENTRY_SAME(migrate_pages)
	ENTRY_COMP(openat)		/* 275 */
	ENTRY_SAME(mkdirat)