Skip to content

Commit

Permalink
Added 1 syscall
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Jan 22, 2024
1 parent e3860cf commit 2ca85a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/emu/x64syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ static const scwrap_t syscallwrap[] = {
//[131] = {__NR_sigaltstack, 2}, // wrapped to use my_sigaltstack*
[140] = {__NR_getpriority, 2},
[145] = {__NR_sched_getscheduler, 1},
[148] = {__NR_sched_rr_get_interval, 2},
[155] = {__NR_pivot_root, 2},
[157] = {__NR_prctl, 5 }, // needs wrapping?
//[158] = {__NR_arch_prctl, 2}, //need wrapping
Expand Down

0 comments on commit 2ca85a4

Please sign in to comment.