about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-08-30 22:07:51 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-08-30 22:07:51 +0200
commit823c6a138aca56b74ae54dd4654c9fbc86164c20 (patch)
tree0bba810796f4cdb8aff9201d68ae891e5e072d1e /src
parente10a78d67112b10806825732f4122d8ade9e6b4e (diff)
downloadbox64-823c6a138aca56b74ae54dd4654c9fbc86164c20.tar.gz
box64-823c6a138aca56b74ae54dd4654c9fbc86164c20.zip
Added syscall 332
Diffstat (limited to 'src')
-rwxr-xr-xsrc/emu/x64syscall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/x64syscall.c b/src/emu/x64syscall.c
index cb7ea663..18689c90 100755
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -161,6 +161,7 @@ scwrap_t syscallwrap[] = {
     { 315, __NR_sched_getattr, 4},
     { 318, __NR_getrandom, 3},
     { 319, __NR_memfd_create, 2},
+    { 332, __NR_statx, 4},
     #ifdef __NR_fchmodat4
     { 434, __NR_fchmodat4, 4},
     #endif