Skip to content

Commit

Permalink
Added syscall 328 (for #398)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Jun 20, 2021
1 parent a6d9402 commit 85f5a61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/emu/x86syscall.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ scwrap_t syscallwrap[] = {
{ 311, __NR_set_robust_list, 2 },
{ 312, __NR_get_robust_list, 4 },
{ 318, __NR_getcpu, 3},
{ 328, __NR_eventfd2, 2},
#ifdef NOALIGN
{ 329, __NR_epoll_create1, 1 },
#endif
Expand Down

0 comments on commit 85f5a61

Please sign in to comment.