diff options
author | 2013-12-16 23:33:52 +0000 | |
---|---|---|
committer | 2013-12-16 23:33:53 +0000 | |
commit | f15ef748c4dc42053204f1e5697fe8cf98b7dc46 (patch) | |
tree | 1a6805e736a9483a3b2849233c58b9f9a9fc2cd4 | |
parent | abcce5dfaf7f98cc01e4835bc8b66418e590b754 (diff) | |
parent | f0d5f55e09026a6a531504a47e4711d9a725ea79 (diff) |
Merge "Use the asm-generic ucontext.h for arm."
-rw-r--r-- | runtime/common_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/common_test.h b/runtime/common_test.h index 57cf71a50b..d3151c36cc 100644 --- a/runtime/common_test.h +++ b/runtime/common_test.h @@ -158,7 +158,7 @@ class ScratchFile { #include <signal.h> #include <asm/sigcontext.h> -#include <asm/ucontext.h> +#include <asm-generic/ucontext.h> // A signal handler called when have an illegal instruction. We record the fact in |