aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/common/syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/common/syscalls.c')
-rw-r--r--benchmarks/common/syscalls.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmarks/common/syscalls.c b/benchmarks/common/syscalls.c
index fbbb880..a168ebf 100644
--- a/benchmarks/common/syscalls.c
+++ b/benchmarks/common/syscalls.c
@@ -4,10 +4,9 @@
#include <stdio.h>
#include <limits.h>
#include <machine/syscall.h>
-#include "encoding.h"
+#include "util.h"
#define SYS_stats 1234
-#define static_assert(cond) switch(0) { case 0: case !!(long)(cond): ; }
static long handle_frontend_syscall(long which, long arg0, long arg1, long arg2)
{