diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-28 21:14:17 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-28 21:14:17 +0200 |
| commit | 35d210318977bd8a02d2405bca4647a3f3cccc05 (patch) | |
| tree | 4963df139aee2cc49bf69879bbffcfc372f92282 /src | |
| parent | 84626f065ca1502e0524e5f54e45f333bc910f65 (diff) | |
| download | box64-35d210318977bd8a02d2405bca4647a3f3cccc05.tar.gz box64-35d210318977bd8a02d2405bca4647a3f3cccc05.zip | |
Added syscall 315 (for #74)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/emu/x64syscall.c | 1 |
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 |