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

Side by Side Diff: sandbox/linux/system_headers/mips_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 // Generated from the Linux kernel's calls.S. 5 // Generated from the Linux kernel's calls.S.
6 #ifndef SANDBOX_LINUX_SERVICES_MIPS_LINUX_SYSCALLS_H_ 6 #ifndef SANDBOX_LINUX_SYSTEM_HEADERS_MIPS_LINUX_SYSCALLS_H_
7 #define SANDBOX_LINUX_SERVICES_MIPS_LINUX_SYSCALLS_H_ 7 #define SANDBOX_LINUX_SYSTEM_HEADERS_MIPS_LINUX_SYSCALLS_H_
8 8
9 #if !defined(__mips__) || (_MIPS_SIM != _ABIO32) 9 #if !defined(__mips__) || (_MIPS_SIM != _ABIO32)
10 #error "Including header on wrong architecture" 10 #error "Including header on wrong architecture"
11 #endif 11 #endif
12 12
13 // __NR_Linux, is defined in <asm/unistd.h>. 13 // __NR_Linux, is defined in <asm/unistd.h>.
14 #include <asm/unistd.h> 14 #include <asm/unistd.h>
15 15
16 #if !defined(__NR_syscall) 16 #if !defined(__NR_syscall)
17 #define __NR_syscall (__NR_Linux + 0) 17 #define __NR_syscall (__NR_Linux + 0)
(...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1418 #endif 1418 #endif
1419 1419
1420 #if !defined(__NR_renameat2) 1420 #if !defined(__NR_renameat2)
1421 #define __NR_renameat2 (__NR_Linux + 351) 1421 #define __NR_renameat2 (__NR_Linux + 351)
1422 #endif 1422 #endif
1423 1423
1424 #if !defined(__NR_seccomp) 1424 #if !defined(__NR_seccomp)
1425 #define __NR_seccomp (__NR_Linux + 352) 1425 #define __NR_seccomp (__NR_Linux + 352)
1426 #endif 1426 #endif
1427 1427
1428 #endif // SANDBOX_LINUX_SERVICES_MIPS_LINUX_SYSCALLS_H_ 1428 #endif // SANDBOX_LINUX_SYSTEM_HEADERS_MIPS_LINUX_SYSCALLS_H_
OLDNEW
« no previous file with comments | « sandbox/linux/system_headers/mips64_linux_syscalls.h ('k') | sandbox/linux/system_headers/x86_32_linux_syscalls.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698