diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-02-27 18:22:37 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-02-27 18:22:37 +0100 |
| commit | a730935e6e44fb0f96c3dcdb499d02fdefd51c92 (patch) | |
| tree | 727a6a47ed6a5562e32db40eec2e327037e1da5c /src | |
| parent | ef705ed4942a691ba686c2d83a8ae5fa5df2d00b (diff) | |
| download | box64-a730935e6e44fb0f96c3dcdb499d02fdefd51c92.tar.gz box64-a730935e6e44fb0f96c3dcdb499d02fdefd51c92.zip | |
Added 1 more syscall
Diffstat (limited to 'src')
| -rw-r--r-- | 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 77bd2189..cbc944f9 100644 --- a/src/emu/x64syscall.c +++ b/src/emu/x64syscall.c @@ -231,6 +231,7 @@ static const scwrap_t syscallwrap[] = { [233] = {__NR_epoll_ctl, 4}, #endif [234] = {__NR_tgkill, 3}, + [237] = {__NR_mbind, 6}, [238] = {__NR_set_mempolicy, 3}, [239] = {__NR_get_mempolicy, 5}, [247] = {__NR_waitid, 5}, |