Index: sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc |
diff --git a/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc b/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc |
index d3b9807c87c45c2becdb7f72dfca7bba8bdd95a6..1adc465ff78c88dafee43d42444c25717178698e 100644 |
--- a/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc |
+++ b/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc |
@@ -929,7 +929,7 @@ bool SyscallSets::IsExtendedAttributes(int sysno) { |
// TODO(jln): classify this better. |
bool SyscallSets::IsMisc(int sysno) { |
switch (sysno) { |
-#if !defined(_mips_) |
+#if !defined(__mips__) |
case __NR_getrandom: |
#endif |
case __NR_name_to_handle_at: |