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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/x64syscall.c b/src/emu/x64syscall.c
index 6109583f..3f21842c 100644
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -268,6 +268,7 @@ static const scwrap_t syscallwrap[] = {
     [272] = {__NR_unshare, 1},
     [273] = {__NR_set_robust_list, 2},
     [274] = {__NR_get_robust_list, 3},
+    [280] = {__NR_utimensat, 4},
     #ifdef NOALIGN
     [281] = {__NR_epoll_pwait, 6},
     #endif