about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/x64syscall.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/x64syscall.c b/src/emu/x64syscall.c
index 5cc6038f..4142daf2 100644
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -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},