mirror of
https://github.com/ptitSeb/box64.git
synced 2024-11-27 16:51:04 +00:00
Added 3 syscalls
This commit is contained in:
parent
387a3eeba3
commit
27a8d19f31
@ -205,6 +205,9 @@ static const scwrap_t syscallwrap[] = {
|
||||
#endif
|
||||
[161] = {__NR_chroot, 1},
|
||||
[186] = {__NR_gettid, 0 }, //0xBA
|
||||
[194] = {__NR_listxattr, 3},
|
||||
[195] = {__NR_llistxattr, 3},
|
||||
[196] = {__NR_flistxattr, 3},
|
||||
[200] = {__NR_tkill, 2 },
|
||||
#ifdef __NR_time
|
||||
[201] = {__NR_time, 1},
|
||||
|
Loading…
Reference in New Issue
Block a user