OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 syscall_64.tbl. | 5 // Generated from the Linux kernel's syscall_64.tbl. |
6 #ifndef SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_ | 6 #ifndef SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_ |
7 #define SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_ | 7 #define SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_ |
8 | 8 |
9 #if !defined(__x86_64__) | 9 #if !defined(__x86_64__) |
10 #error "Including header on wrong architecture" | 10 #error "Including header on wrong architecture" |
(...skipping 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1255 #endif | 1255 #endif |
1256 | 1256 |
1257 #if !defined(__NR_process_vm_writev) | 1257 #if !defined(__NR_process_vm_writev) |
1258 #define __NR_process_vm_writev 311 | 1258 #define __NR_process_vm_writev 311 |
1259 #endif | 1259 #endif |
1260 | 1260 |
1261 #if !defined(__NR_kcmp) | 1261 #if !defined(__NR_kcmp) |
1262 #define __NR_kcmp 312 | 1262 #define __NR_kcmp 312 |
1263 #endif | 1263 #endif |
1264 | 1264 |
| 1265 #if !defined(__NR_finit_module) |
| 1266 #define __NR_finit_module 313 |
| 1267 #endif |
| 1268 |
| 1269 #if !defined(__NR_sched_setattr) |
| 1270 #define __NR_sched_setattr 314 |
| 1271 #endif |
| 1272 |
| 1273 #if !defined(__NR_sched_getattr) |
| 1274 #define __NR_sched_getattr 315 |
| 1275 #endif |
| 1276 |
| 1277 #if !defined(__NR_renameat2) |
| 1278 #define __NR_renameat2 316 |
| 1279 #endif |
| 1280 |
| 1281 #if !defined(__NR_seccomp) |
| 1282 #define __NR_seccomp 317 |
| 1283 #endif |
| 1284 |
1265 #endif // SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_ | 1285 #endif // SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_ |
1266 | 1286 |
OLD | NEW |