summaryrefslogtreecommitdiff
path: root/src/arch-x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-x86.h')
-rw-r--r--src/arch-x86.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch-x86.h b/src/arch-x86.h
index 9461f3d..163d0ed 100644
--- a/src/arch-x86.h
+++ b/src/arch-x86.h
@@ -28,12 +28,8 @@
#include "db.h"
#include "system.h"
-#define x86_arg_count_max 6
-
extern const struct arch_def arch_def_x86;
-#define x86_arg_offset(x) (offsetof(struct seccomp_data, args[x]))
-
int x86_syscall_resolve_name(const char *name);
const char *x86_syscall_resolve_num(int num);