arm-linux: enable epoll_pwait syscall number. this fixes the ARM Linux build after r44666

git-svn-id: trunk@44675 -
This commit is contained in:
Károly Balogh 2020-04-10 09:26:00 +00:00
parent 50e7345fd3
commit afe8a7596a

View File

@ -390,7 +390,7 @@ Const
syscall_nr_vmsplice = syscall_nr_base+343;
syscall_nr_move_pages = syscall_nr_base+344;
syscall_nr_getcpu = syscall_nr_base+345;
{* 346 for epoll_pwait *}
syscall_nr_epoll_pwait = syscall_nr_base+346;
syscall_nr_kexec_load = syscall_nr_base+347;
syscall_nr_utimensat = syscall_nr_base+348;
syscall_nr_signalfd = syscall_nr_base+349;