about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-01-22 18:00:55 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-01-22 18:00:55 +0100
commit24ce9b0f8d06af73b1e5eb8022b7e7f41ce605f6 (patch)
tree8313fa6e74c1832be285eb63ad4524e95c03c26d /src
parent6e6f8412a58e5e8305c3d4a8feb3b135781f97df (diff)
downloadbox64-24ce9b0f8d06af73b1e5eb8022b7e7f41ce605f6.tar.gz
box64-24ce9b0f8d06af73b1e5eb8022b7e7f41ce605f6.zip
Added 1 more syscall
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 9ef54b46..e3b2ccc9 100755
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -140,6 +140,7 @@ scwrap_t syscallwrap[] = {
     { 66, __NR_semctl, 4},
     //{ 72, __NR_fnctl, 3}, // Needs wrapping, and not always defined anyway
     { 73, __NR_flock, 2},
+    { 74, __NR_fsync, 1},
     #ifdef __NR_getdents
     { 78, __NR_getdents, 3},
     #endif