summaryrefslogtreecommitdiffstats
path: root/sandbox/linux/seccomp-bpf/syscall.cc
diff options
context:
space:
mode:
authorjln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-19 18:26:18 +0000
committerjln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-19 18:26:18 +0000
commit0795982840095652cb7e0e64b227dfff861ebb77 (patch)
tree703660ba9e5ee36b0278ae1a9ff81287d44586b6 /sandbox/linux/seccomp-bpf/syscall.cc
parent36132026f76105e8dd4d665d234206c6813c7ecf (diff)
downloadchromium_src-0795982840095652cb7e0e64b227dfff861ebb77.zip
chromium_src-0795982840095652cb7e0e64b227dfff861ebb77.tar.gz
chromium_src-0795982840095652cb7e0e64b227dfff861ebb77.tar.bz2
Linux sandbox: compile partially under Android.
Get a subset of sandbox/linux to compile under Android. BUG=166704 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11612014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173954 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/linux/seccomp-bpf/syscall.cc')
-rw-r--r--sandbox/linux/seccomp-bpf/syscall.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/linux/seccomp-bpf/syscall.cc b/sandbox/linux/seccomp-bpf/syscall.cc
index fe056d4..b5721e6 100644
--- a/sandbox/linux/seccomp-bpf/syscall.cc
+++ b/sandbox/linux/seccomp-bpf/syscall.cc
@@ -3,7 +3,6 @@
// found in the LICENSE file.
#include <asm/unistd.h>
-#include <bits/wordsize.h>
#include <errno.h>
#include "sandbox/linux/seccomp-bpf/sandbox_bpf.h"