summaryrefslogtreecommitdiff
path: root/src/arch-x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-x86.c')
-rw-r--r--src/arch-x86.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch-x86.c b/src/arch-x86.c
index af33137..f086ab0 100644
--- a/src/arch-x86.c
+++ b/src/arch-x86.c
@@ -33,6 +33,8 @@
#define __x86_NR_socketcall 102
#define __x86_NR_ipc 117
+ARCH_DEF(x86)
+
const struct arch_def arch_def_x86 = {
.token = SCMP_ARCH_X86,
.token_bpf = AUDIT_ARCH_I386,