| Index: sandbox/linux/system_headers/arm_linux_syscalls.h
|
| diff --git a/sandbox/linux/services/arm_linux_syscalls.h b/sandbox/linux/system_headers/arm_linux_syscalls.h
|
| similarity index 99%
|
| rename from sandbox/linux/services/arm_linux_syscalls.h
|
| rename to sandbox/linux/system_headers/arm_linux_syscalls.h
|
| index 5fa140df60b957fb6d7623a13cb66c5043c62d1a..b11041d28206e6655928299ea854d8eb25e8832d 100644
|
| --- a/sandbox/linux/services/arm_linux_syscalls.h
|
| +++ b/sandbox/linux/system_headers/arm_linux_syscalls.h
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| // Generated from the Linux kernel's calls.S.
|
| -#ifndef SANDBOX_LINUX_SERVICES_ARM_LINUX_SYSCALLS_H_
|
| -#define SANDBOX_LINUX_SERVICES_ARM_LINUX_SYSCALLS_H_
|
| +#ifndef SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_SYSCALLS_H_
|
| +#define SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_SYSCALLS_H_
|
|
|
| #if !defined(__arm__) || !defined(__ARM_EABI__)
|
| #error "Including header on wrong architecture"
|
| @@ -1405,5 +1405,5 @@
|
| #define __ARM_NR_cmpxchg (__ARM_NR_BASE+0x00fff0)
|
| #endif
|
|
|
| -#endif // SANDBOX_LINUX_SERVICES_ARM_LINUX_SYSCALLS_H_
|
| +#endif // SANDBOX_LINUX_SYSTEM_HEADERS_ARM_LINUX_SYSCALLS_H_
|
|
|
|
|