summaryrefslogtreecommitdiff
path: root/src/arch-parisc.c
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2021-11-01 10:06:57 -0600
committerTom Hromatka <tom.hromatka@oracle.com>2021-11-01 10:07:08 -0600
commit060a677ea5de077a7ae9f82b7142d388a1a336b6 (patch)
tree35b082b67217c62f7c80346daef4aadd9f0ff398 /src/arch-parisc.c
parent68cc5bf3d85ddedbd9a43a44389c3593b517e6c5 (diff)
downloadlibseccomp-060a677ea5de077a7ae9f82b7142d388a1a336b6.tar.gz
arch: move the ARCH_DEF() calls into the arch/ABI specific files
This should make it easier to ensure we have arch/ABIs added properly to libseccomp. Signed-off-by: Paul Moore <paul@paul-moore.com> Reviewed-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Diffstat (limited to 'src/arch-parisc.c')
-rw-r--r--src/arch-parisc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch-parisc.c b/src/arch-parisc.c
index 4440a04..9a200fe 100644
--- a/src/arch-parisc.c
+++ b/src/arch-parisc.c
@@ -9,6 +9,9 @@
#include "arch.h"
#include "arch-parisc.h"
+#include "syscalls.h"
+
+ARCH_DEF(parisc)
const struct arch_def arch_def_parisc = {
.token = SCMP_ARCH_PARISC,