mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 17:59:25 +02:00
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:
parent
50e7345fd3
commit
afe8a7596a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user