| Index: sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc
|
| diff --git a/sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc b/sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc
|
| index 25b6655e02bf79b1fa9014079c85bc2730c28c89..dd5ece024acb37b951d1368cc81204fee5b14dd7 100644
|
| --- a/sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc
|
| +++ b/sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc
|
| @@ -15,6 +15,12 @@
|
| #include "sandbox/linux/services/linux_syscalls.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +// Workaround for Android's prctl.h file.
|
| +#if !defined(PR_CAPBSET_READ)
|
| +#define PR_CAPBSET_READ 23
|
| +#define PR_CAPBSET_DROP 24
|
| +#endif
|
| +
|
| using namespace playground2;
|
| using sandbox::BrokerProcess;
|
|
|
|
|