| Index: sandbox/linux/system_headers/mips64_linux_syscalls.h
|
| diff --git a/sandbox/linux/services/mips64_linux_syscalls.h b/sandbox/linux/system_headers/mips64_linux_syscalls.h
|
| similarity index 99%
|
| rename from sandbox/linux/services/mips64_linux_syscalls.h
|
| rename to sandbox/linux/system_headers/mips64_linux_syscalls.h
|
| index e6ef3912ac9d34f8aee64536d1453374fefc01f2..d0031242841834c6f9327beb3cb262e4344c54f0 100644
|
| --- a/sandbox/linux/services/mips64_linux_syscalls.h
|
| +++ b/sandbox/linux/system_headers/mips64_linux_syscalls.h
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| // Generated from the Linux kernel's calls.S.
|
| -#ifndef SANDBOX_LINUX_SERVICES_MIPS64_LINUX_SYSCALLS_H_
|
| -#define SANDBOX_LINUX_SERVICES_MIPS64_LINUX_SYSCALLS_H_
|
| +#ifndef SANDBOX_LINUX_SYSTEM_HEADERS_MIPS64_LINUX_SYSCALLS_H_
|
| +#define SANDBOX_LINUX_SYSTEM_HEADERS_MIPS64_LINUX_SYSCALLS_H_
|
|
|
| #if !defined(__mips__) || (_MIPS_SIM != _ABI64)
|
| #error "Including header on wrong architecture"
|
| @@ -1263,4 +1263,4 @@
|
| #define __NR_seccomp (__NR_Linux + 312)
|
| #endif
|
|
|
| -#endif // SANDBOX_LINUX_SERVICES_MIPS64_LINUX_SYSCALLS_H_
|
| +#endif // SANDBOX_LINUX_SYSTEM_HEADERS_MIPS64_LINUX_SYSCALLS_H_
|
|
|