| Index: sandbox/linux/system_headers/arm64_linux_syscalls.h
|
| diff --git a/sandbox/linux/services/arm64_linux_syscalls.h b/sandbox/linux/system_headers/arm64_linux_syscalls.h
|
| similarity index 98%
|
| rename from sandbox/linux/services/arm64_linux_syscalls.h
|
| rename to sandbox/linux/system_headers/arm64_linux_syscalls.h
|
| index 44430592fa5e62cdb3506f8ed7a051eacff37d39..8acb2d100037373a09435bb6ef2d9743e7f543df 100644
|
| --- a/sandbox/linux/services/arm64_linux_syscalls.h
|
| +++ b/sandbox/linux/system_headers/arm64_linux_syscalls.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_ARM64_LINUX_SYSCALLS_H_
|
| -#define SANDBOX_LINUX_SERVICES_ARM64_LINUX_SYSCALLS_H_
|
| +#ifndef SANDBOX_LINUX_SYSTEM_HEADERS_ARM64_LINUX_SYSCALLS_H_
|
| +#define SANDBOX_LINUX_SYSTEM_HEADERS_ARM64_LINUX_SYSCALLS_H_
|
|
|
| #include <asm-generic/unistd.h>
|
|
|
| @@ -1059,4 +1059,4 @@
|
| #define __NR_getrandom 278
|
| #endif
|
|
|
| -#endif // SANDBOX_LINUX_SERVICES_ARM64_LINUX_SYSCALLS_H_
|
| +#endif // SANDBOX_LINUX_SYSTEM_HEADERS_ARM64_LINUX_SYSCALLS_H_
|
|
|