Added 3 syscalls

This commit is contained in:
ptitSeb 2024-07-30 16:00:32 +02:00
parent 387a3eeba3
commit 27a8d19f31

View File

@ -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},