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

Commit 1e67685b authored by Carlos O'Donell Jr's avatar Carlos O'Donell Jr Committed by Kyle McMartin
Browse files

[PARISC] Reorder syscalls to match unistd.h



Move migrate_pages into the same position as specified
in unistd.h. This fixes migrate_pages, pselect6 and
ppoll syscalls.

Signed-off-by: default avatarCarlos O'Donell <carlos@systemhalted.org>
Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent c3de4b38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -377,9 +377,9 @@
	ENTRY_SAME(inotify_init)
	ENTRY_SAME(inotify_add_watch)	/* 270 */
	ENTRY_SAME(inotify_rm_watch)
	ENTRY_SAME(migrate_pages)
	ENTRY_COMP(pselect6)
	ENTRY_COMP(ppoll)
	ENTRY_SAME(migrate_pages)
	ENTRY_COMP(openat)		/* 275 */
	ENTRY_SAME(mkdirat)
	ENTRY_SAME(mknodat)