We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d15050 commit df9bce4Copy full SHA for df9bce4
1 file changed
src/emu/x64syscall.c
@@ -186,6 +186,7 @@ static const scwrap_t syscallwrap[] = {
186
#ifdef __NR_getrlimit
187
[97] = {__NR_getrlimit, 2},
188
#endif
189
+ [99] = {__NR_sysinfo, 1},
190
[101] = {__NR_ptrace, 4},
191
[102] = {__NR_getuid, 0},
192
[104] = {__NR_getgid, 0},
0 commit comments