summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2014-08-19 19:55:49 -0400
committerPaul Moore <pmoore@redhat.com>2014-08-20 00:06:56 -0400
commit263fd5d1f29e4eb54782c89a8d6f29554a592708 (patch)
tree8dad94ff4c4c41534a5bffd61679f5b775605ffe /include
parent9cd35f411eeb591e0a201063cb8cda5dee530953 (diff)
downloadlibseccomp-263fd5d1f29e4eb54782c89a8d6f29554a592708.tar.gz
arch: add mips64n32 support
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/seccomp.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/seccomp.h.in b/include/seccomp.h.in
index 15c147e..7007b37 100644
--- a/include/seccomp.h.in
+++ b/include/seccomp.h.in
@@ -126,8 +126,10 @@ struct scmp_arg_cmp {
*/
#define SCMP_ARCH_MIPS AUDIT_ARCH_MIPS
#define SCMP_ARCH_MIPS64 AUDIT_ARCH_MIPS64
+#define SCMP_ARCH_MIPS64N32 AUDIT_ARCH_MIPS64N32
#define SCMP_ARCH_MIPSEL AUDIT_ARCH_MIPSEL
#define SCMP_ARCH_MIPSEL64 AUDIT_ARCH_MIPSEL64
+#define SCMP_ARCH_MIPSEL64N32 AUDIT_ARCH_MIPSEL64N32
/**
* Convert a syscall name into the associated syscall number