OLD | NEW |
---|---|
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_SERVICES_MIPS_LINUX_SYSCALLS_H_ |
7 #define SANDBOX_LINUX_SERVICES_MIPS_LINUX_SYSCALLS_H_ | 7 #define SANDBOX_LINUX_SERVICES_MIPS_LINUX_SYSCALLS_H_ |
8 | 8 |
9 #if !defined(__mips__) || !defined(_ABIO32) | 9 #if !defined(__mips__) || !defined(_ABIO32) |
10 #error "Including header on wrong architecture" | 10 #error "Including header on wrong architecture" |
(...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1401 #define __NR_process_vm_writev (__NR_Linux + 346) | 1401 #define __NR_process_vm_writev (__NR_Linux + 346) |
1402 #endif | 1402 #endif |
1403 | 1403 |
1404 #if !defined(__NR_kcmp) | 1404 #if !defined(__NR_kcmp) |
1405 #define __NR_kcmp (__NR_Linux + 347) | 1405 #define __NR_kcmp (__NR_Linux + 347) |
1406 #endif | 1406 #endif |
1407 | 1407 |
1408 #if !defined(__NR_finit_module) | 1408 #if !defined(__NR_finit_module) |
1409 #define __NR_finit_module (__NR_Linux + 348) | 1409 #define __NR_finit_module (__NR_Linux + 348) |
1410 #endif | 1410 #endif |
1411 | 1411 |
jln (very slow on Chromium)
2014/08/20 21:34:21
Same remark: please fill or document hole.
Robert Sesek
2014/08/21 16:50:18
Done.
| |
1412 #if !defined(__NR_seccomp) | |
1413 #define __NR_seccomp (__NR_Linux + 352) | |
1414 #endif | |
1415 | |
1412 #endif // SANDBOX_LINUX_SERVICES_MIPS_LINUX_SYSCALLS_H_ | 1416 #endif // SANDBOX_LINUX_SERVICES_MIPS_LINUX_SYSCALLS_H_ |
OLD | NEW |