about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-28 21:14:17 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-28 21:14:17 +0200
commit35d210318977bd8a02d2405bca4647a3f3cccc05 (patch)
tree4963df139aee2cc49bf69879bbffcfc372f92282 /src
parent84626f065ca1502e0524e5f54e45f333bc910f65 (diff)
downloadbox64-35d210318977bd8a02d2405bca4647a3f3cccc05.tar.gz
box64-35d210318977bd8a02d2405bca4647a3f3cccc05.zip
Added syscall 315 (for #74)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/emu/x64syscall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/x64syscall.c b/src/emu/x64syscall.c
index a5e1939d..fd45ad5c 100755
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -154,6 +154,7 @@ scwrap_t syscallwrap[] = {
     { 274, __NR_get_robust_list, 3},
     { 294, __NR_inotify_init1, 1},
     { 298, __NR_perf_event_open, 5},
+    { 315, __NR_sched_getattr, 4},
     { 318, __NR_getrandom, 3},
     { 319, __NR_memfd_create, 2},
     #ifdef __NR_fchmodat4