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

Unified Diff: sandbox/linux/system_headers/android_ucontext.h

Issue 1029283003: WIP: Implement seccomp-bpf sandbox for nacl_helper_nonsfi. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months 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
« no previous file with comments | « sandbox/linux/system_headers/android_i386_ucontext.h ('k') | sandbox/linux/system_headers/linux_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/system_headers/android_ucontext.h
diff --git a/sandbox/linux/system_headers/android_ucontext.h b/sandbox/linux/system_headers/android_ucontext.h
index 8e873bed52171627753621fa651340e1896439ee..002b869c188884d1a90b6af014484488828dac25 100644
--- a/sandbox/linux/system_headers/android_ucontext.h
+++ b/sandbox/linux/system_headers/android_ucontext.h
@@ -5,7 +5,7 @@
#ifndef SANDBOX_LINUX_SYSTEM_HEADERS_ANDROID_UCONTEXT_H_
#define SANDBOX_LINUX_SYSTEM_HEADERS_ANDROID_UCONTEXT_H_
-#if defined(__ANDROID__)
+#if defined(__ANDROID__) || defined(OS_NACL_NONSFI)
#if defined(__arm__)
#include "sandbox/linux/system_headers/android_arm_ucontext.h"
« no previous file with comments | « sandbox/linux/system_headers/android_i386_ucontext.h ('k') | sandbox/linux/system_headers/linux_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698