summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJan Willeke <willeke@linux.vnet.ibm.com>2015-06-01 14:22:09 +0200
committerPaul Moore <pmoore@redhat.com>2015-07-13 10:28:53 -0400
commitacc895703daf72d6c9a83db2b7a0f8ff73b37ad5 (patch)
tree569970abcf7bc126c69d41543b59a2db569fcace /include
parent02030ce9920181bc1058990ecaefaa754de9ad3a (diff)
downloadlibseccomp-acc895703daf72d6c9a83db2b7a0f8ff73b37ad5.tar.gz
arch: add support for s390
This patch adds support for S390 (32-bit) architecture. Signed-off-by: Jan Willeke <willeke@linux.vnet.ibm.com> [PM: rewrote the subject line, style fixes, s390x/s390 typo bugfixes] Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/seccomp.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/seccomp.h.in b/include/seccomp.h.in
index ea95781..907fe67 100644
--- a/include/seccomp.h.in
+++ b/include/seccomp.h.in
@@ -163,6 +163,11 @@ struct scmp_arg_cmp {
#define SCMP_ARCH_MIPSEL64N32 AUDIT_ARCH_MIPSEL64N32
/**
+ * The S390 architecture token
+ */
+#define SCMP_ARCH_S390 AUDIT_ARCH_S390
+
+/**
* The S390X architecture token
*/
#define SCMP_ARCH_S390X AUDIT_ARCH_S390X