| Index: sandbox/linux/system_headers/android_i386_ucontext.h
|
| diff --git a/sandbox/linux/services/android_i386_ucontext.h b/sandbox/linux/system_headers/android_i386_ucontext.h
|
| similarity index 89%
|
| rename from sandbox/linux/services/android_i386_ucontext.h
|
| rename to sandbox/linux/system_headers/android_i386_ucontext.h
|
| index 580ac70a06aa1f95025996a1bf2d86e47a54875d..868016b5570647413b3b864c0d2b8eece35ef039 100644
|
| --- a/sandbox/linux/services/android_i386_ucontext.h
|
| +++ b/sandbox/linux/system_headers/android_i386_ucontext.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SANDBOX_LINUX_SERVICES_ANDROID_I386_UCONTEXT_H_
|
| -#define SANDBOX_LINUX_SERVICES_ANDROID_I386_UCONTEXT_H_
|
| +#ifndef SANDBOX_LINUX_SYSTEM_HEADERS_ANDROID_I386_UCONTEXT_H_
|
| +#define SANDBOX_LINUX_SYSTEM_HEADERS_ANDROID_I386_UCONTEXT_H_
|
|
|
| // We do something compatible with glibc. Hopefully, at some point Android will
|
| // provide that for us, and __BIONIC_HAVE_UCONTEXT_T should be defined.
|
| @@ -76,4 +76,4 @@ typedef struct ucontext {
|
| #include <sys/ucontext.h>
|
| #endif // __BIONIC_HAVE_UCONTEXT_T
|
|
|
| -#endif // SANDBOX_LINUX_SERVICES_ANDROID_I386_UCONTEXT_H_
|
| +#endif // SANDBOX_LINUX_SYSTEM_HEADERS_ANDROID_I386_UCONTEXT_H_
|
|
|