about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/utils/sandbox.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/sandbox.nim b/src/utils/sandbox.nim
index 8eaef660..7c886807 100644
--- a/src/utils/sandbox.nim
+++ b/src/utils/sandbox.nim
@@ -171,7 +171,8 @@ elif SandboxMode == stLibSeccomp:
       "accept4", # for when accept is implemented as accept4
       "bind", # for outgoing requests to loader
       "brk", # memory allocation
-      "clock_gettime", # used by QuickJS in atomics
+      "clock_gettime", # used by QuickJS in atomics and cpuTime()
+      "clock_gettime64", # used instead of clock_gettime on some platforms
       "clone", # for when fork is implemented as clone
       "close", # duh
       "connect", # for outgoing requests to loader