Skip to content
Snippets Groups Projects
Commit f5c1ee46 authored by André Almeida's avatar André Almeida
Browse files

futex2: wire up syscall for x86


Wire up syscall entry point for x86 arch, for both i386 and x86_64.

Signed-off-by: default avatarAndré Almeida <andrealmeid@collabora.com>
parent b6382cdf
No related branches found
No related tags found
No related merge requests found
......@@ -453,3 +453,4 @@
446 i386 landlock_restrict_self sys_landlock_restrict_self
447 i386 memfd_secret sys_memfd_secret
448 i386 process_mrelease sys_process_mrelease
449 i386 futex_waitv sys_futex_waitv
......@@ -370,6 +370,7 @@
446 common landlock_restrict_self sys_landlock_restrict_self
447 common memfd_secret sys_memfd_secret
448 common process_mrelease sys_process_mrelease
449 common futex_waitv sys_futex_waitv
#
# Due to a historical design error, certain syscalls are numbered differently
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment