summaryrefslogtreecommitdiff
path: root/src/arch-x86_64.c
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2016-01-02 22:24:29 -0500
committerPaul Moore <paul@paul-moore.com>2016-02-09 08:32:15 -0500
commit5b42b8cfa25506fa260c8f46b4a063b5cfd09d1c (patch)
tree9c7d95b3b2499edca5437357b3861d932e318e38 /src/arch-x86_64.c
parent996e445a74823c735757413fda809e1ed0afc7d4 (diff)
downloadlibseccomp-5b42b8cfa25506fa260c8f46b4a063b5cfd09d1c.tar.gz
arch: enable more involved arch/ABI specific rule creation
Create the infrastructure for arch/ABI specific rule creation that allows us much more involved arch/ABI customization. Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'src/arch-x86_64.c')
-rw-r--r--src/arch-x86_64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch-x86_64.c b/src/arch-x86_64.c
index 17beaea..ccbf1b1 100644
--- a/src/arch-x86_64.c
+++ b/src/arch-x86_64.c
@@ -34,6 +34,5 @@ const struct arch_def arch_def_x86_64 = {
.syscall_resolve_name = x86_64_syscall_resolve_name,
.syscall_resolve_num = x86_64_syscall_resolve_num,
.syscall_rewrite = NULL,
- .filter_rewrite = NULL,
.rule_add = NULL,
};