Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(640)

Side by Side Diff: sandbox/linux/system_headers/arm64_linux_syscalls.h

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef SANDBOX_LINUX_SERVICES_ARM64_LINUX_SYSCALLS_H_ 5 #ifndef SANDBOX_LINUX_SYSTEM_HEADERS_ARM64_LINUX_SYSCALLS_H_
6 #define SANDBOX_LINUX_SERVICES_ARM64_LINUX_SYSCALLS_H_ 6 #define SANDBOX_LINUX_SYSTEM_HEADERS_ARM64_LINUX_SYSCALLS_H_
7 7
8 #include <asm-generic/unistd.h> 8 #include <asm-generic/unistd.h>
9 9
10 #if !defined(__NR_io_setup) 10 #if !defined(__NR_io_setup)
11 #define __NR_io_setup 0 11 #define __NR_io_setup 0
12 #endif 12 #endif
13 13
14 #if !defined(__NR_io_destroy) 14 #if !defined(__NR_io_destroy)
15 #define __NR_io_destroy 1 15 #define __NR_io_destroy 1
16 #endif 16 #endif
(...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 #endif 1052 #endif
1053 1053
1054 #if !defined(__NR_seccomp) 1054 #if !defined(__NR_seccomp)
1055 #define __NR_seccomp 277 1055 #define __NR_seccomp 277
1056 #endif 1056 #endif
1057 1057
1058 #if !defined(__NR_getrandom) 1058 #if !defined(__NR_getrandom)
1059 #define __NR_getrandom 278 1059 #define __NR_getrandom 278
1060 #endif 1060 #endif
1061 1061
1062 #endif // SANDBOX_LINUX_SERVICES_ARM64_LINUX_SYSCALLS_H_ 1062 #endif // SANDBOX_LINUX_SYSTEM_HEADERS_ARM64_LINUX_SYSCALLS_H_
OLDNEW
« no previous file with comments | « sandbox/linux/system_headers/android_x86_64_ucontext.h ('k') | sandbox/linux/system_headers/arm_linux_syscalls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698