about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-03-26 12:41:20 +0100
committerptitSeb <sebastien.chev@gmail.com>2021-03-26 12:41:20 +0100
commit8aee3f4185b7949edddd67964b1c96fbede0b931 (patch)
tree2cea1388f0147da655a9282f50d988dc657a1c78 /src
parentfe4472580452837034899ea64e329c8254554a9d (diff)
downloadbox64-8aee3f4185b7949edddd67964b1c96fbede0b931.tar.gz
box64-8aee3f4185b7949edddd67964b1c96fbede0b931.zip
Added syscall 318
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 558f582b..6f6291c5 100755
--- a/src/emu/x64syscall.c
+++ b/src/emu/x64syscall.c
@@ -80,6 +80,7 @@ scwrap_t syscallwrap[] = {
     { 186, __NR_gettid, 0 },
     { 202, __NR_futex, 6},
     { 217, __NR_getdents64, 3},
+    { 318, __NR_getrandom, 3},
 };
 
 struct mmap_arg_struct {