about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-08-22 21:15:11 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-08-22 21:15:11 +0200
commit5cc3512a596d031fb1708252a84961ee510f8914 (patch)
tree631a2a6b06d5657d50b1b9d385daabc1d12cb004 /src
parentcbd1d3781b145665b2d677e86056d9c13cdb3020 (diff)
downloadbox64-5cc3512a596d031fb1708252a84961ee510f8914.tar.gz
box64-5cc3512a596d031fb1708252a84961ee510f8914.zip
Added syscall 257 (for #98)
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 b1492b80..cb7ea663 100755
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -154,6 +154,7 @@ scwrap_t syscallwrap[] = {
     #endif
     { 254, __NR_inotify_add_watch, 3},
     { 255, __NR_inotify_rm_watch, 2},
+    { 257, __NR_openat, 4},
     { 274, __NR_get_robust_list, 3},
     { 294, __NR_inotify_init1, 1},
     { 298, __NR_perf_event_open, 5},