Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Unified Diff: sandbox/linux/seccomp-bpf/syscall.cc

Issue 11612014: Linux sandbox: modify GYP files to compile under Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use target_defaults Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sandbox/linux/seccomp-bpf/syscall.cc
diff --git a/sandbox/linux/seccomp-bpf/syscall.cc b/sandbox/linux/seccomp-bpf/syscall.cc
index fe056d47236ddcb7d5b03301517926250a808e0a..b5721e612604c3fdf07decedfc31a16b7f7114b1 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"

Powered by Google App Engine
This is Rietveld 408576698