提交 1e67685b 编写于 作者: C Carlos O'Donell Jr 提交者: Kyle McMartin

[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: NCarlos O'Donell <carlos@systemhalted.org>
Signed-off-by: NKyle McMartin <kyle@parisc-linux.org>
上级 c3de4b38
...@@ -377,9 +377,9 @@ ...@@ -377,9 +377,9 @@
ENTRY_SAME(inotify_init) ENTRY_SAME(inotify_init)
ENTRY_SAME(inotify_add_watch) /* 270 */ ENTRY_SAME(inotify_add_watch) /* 270 */
ENTRY_SAME(inotify_rm_watch) ENTRY_SAME(inotify_rm_watch)
ENTRY_SAME(migrate_pages)
ENTRY_COMP(pselect6) ENTRY_COMP(pselect6)
ENTRY_COMP(ppoll) ENTRY_COMP(ppoll)
ENTRY_SAME(migrate_pages)
ENTRY_COMP(openat) /* 275 */ ENTRY_COMP(openat) /* 275 */
ENTRY_SAME(mkdirat) ENTRY_SAME(mkdirat)
ENTRY_SAME(mknodat) ENTRY_SAME(mknodat)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册