commit | 8e4be28465ee3c7732074443359cad925a9bf264 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <[email protected]> | Fri Dec 18 15:28:14 2015 -0800 |
committer | Elliott Hughes <[email protected]> | Fri Dec 18 15:28:14 2015 -0800 |
tree | 48bdeb47bfefb8113b451c7cd41de94bdb704606 | |
parent | ce31a91f92f677e2712d1a7f03da607db17a6b82 [diff] |
Fix mips64 build. Change-Id: I2cdc6527921915005c630aba7a183c6523d7f2c6
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