aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/seccomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seccomp.c b/src/seccomp.c
index 2e84dfc..9c33244 100644
--- a/src/seccomp.c
+++ b/src/seccomp.c
@@ -53,7 +53,7 @@
#elif defined(__mips__)
# if defined(__MIPSEL__)
# if defined(__LP64__)
-# define SECCOMP_AUDIT_ARCH AUDIT_ARCH_MIPS64EL
+# define SECCOMP_AUDIT_ARCH AUDIT_ARCH_MIPSEL64
# else
# define SECCOMP_AUDIT_ARCH AUDIT_ARCH_MIPSEL
# endif