summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkos Chandras <markos.chandras@imgtec.com>2014-04-15 09:36:36 +0100
committerPaul Moore <pmoore@redhat.com>2014-04-15 18:19:39 -0400
commit9b119de38267358f6e776e826adad0b1be58ed53 (patch)
tree3e4e62adcffa70f0ab065e0aa994b94dde292ad3 /include
parent87a826b20e9485f6de12404d347b69e98a4ab972 (diff)
downloadlibseccomp-9b119de38267358f6e776e826adad0b1be58ed53.tar.gz
arch: Add support for MIPS Little Endian
Add support for MIPS 32-bit (O32 ABI) Little Endian Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/seccomp.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/seccomp.h.in b/include/seccomp.h.in
index 6d7dece..8fcfc2c 100644
--- a/include/seccomp.h.in
+++ b/include/seccomp.h.in
@@ -125,6 +125,7 @@ struct scmp_arg_cmp {
* The MIPS architecture token
*/
#define SCMP_ARCH_MIPS AUDIT_ARCH_MIPS
+#define SCMP_ARCH_MIPSEL AUDIT_ARCH_MIPSEL
/**
* Convert a syscall name into the associated syscall number