| Index: sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
|
| diff --git a/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc b/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
|
| index b315f12a8897af7a5921fff7b9984f8da289eaab..282e72775d3441ba3a101483bd51a2b0b0f6a2f7 100644
|
| --- a/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
|
| +++ b/sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions.cc
|
| @@ -7,7 +7,6 @@
|
| #include <errno.h>
|
| #include <fcntl.h>
|
| #include <fcntl.h>
|
| -#include <linux/futex.h>
|
| #include <linux/net.h>
|
| #include <sched.h>
|
| #include <signal.h>
|
| @@ -30,12 +29,11 @@
|
| #include "sandbox/linux/bpf_dsl/seccomp_macros.h"
|
| #include "sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.h"
|
| #include "sandbox/linux/seccomp-bpf/sandbox_bpf.h"
|
| +#include "sandbox/linux/system_headers/linux_futex.h"
|
| #include "sandbox/linux/system_headers/linux_syscalls.h"
|
|
|
| #if defined(OS_ANDROID)
|
|
|
| -#include "sandbox/linux/system_headers/android_futex.h"
|
| -
|
| #if !defined(F_DUPFD_CLOEXEC)
|
| #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
|
| #endif
|
|
|