summaryrefslogtreecommitdiffstats
path: root/sandbox/linux/seccomp/exit.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/linux/seccomp/exit.cc')
-rw-r--r--sandbox/linux/seccomp/exit.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox/linux/seccomp/exit.cc b/sandbox/linux/seccomp/exit.cc
index 5aee3f5..5da9f97 100644
--- a/sandbox/linux/seccomp/exit.cc
+++ b/sandbox/linux/seccomp/exit.cc
@@ -8,7 +8,8 @@
namespace playground {
int Sandbox::sandbox_exit(int status) {
- Debug::syscall(__NR_exit, "Executing handler");
+ long long tm;
+ Debug::syscall(&tm, __NR_exit, "Executing handler");
struct {
int sysnum;
long long cookie;