| 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_32.tbl. | 5 // Generated from the Linux kernel's syscall_32.tbl. |
| 6 #ifndef SANDBOX_LINUX_SERVICES_X86_32_LINUX_SYSCALLS_H_ | 6 #ifndef SANDBOX_LINUX_SERVICES_X86_32_LINUX_SYSCALLS_H_ |
| 7 #define SANDBOX_LINUX_SERVICES_X86_32_LINUX_SYSCALLS_H_ | 7 #define SANDBOX_LINUX_SERVICES_X86_32_LINUX_SYSCALLS_H_ |
| 8 | 8 |
| 9 #if !defined(__i386__) | 9 #if !defined(__i386__) |
| 10 #error "Including header on wrong architecture" | 10 #error "Including header on wrong architecture" |
| (...skipping 1376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1387 #endif | 1387 #endif |
| 1388 | 1388 |
| 1389 #if !defined(__NR_process_vm_writev) | 1389 #if !defined(__NR_process_vm_writev) |
| 1390 #define __NR_process_vm_writev 348 | 1390 #define __NR_process_vm_writev 348 |
| 1391 #endif | 1391 #endif |
| 1392 | 1392 |
| 1393 #if !defined(__NR_kcmp) | 1393 #if !defined(__NR_kcmp) |
| 1394 #define __NR_kcmp 349 | 1394 #define __NR_kcmp 349 |
| 1395 #endif | 1395 #endif |
| 1396 | 1396 |
| 1397 #if !defined(__NR_finit_module) |
| 1398 #define __NR_finit_module 350 |
| 1399 #endif |
| 1400 |
| 1401 #if !defined(__NR_sched_setattr) |
| 1402 #define __NR_sched_setattr 351 |
| 1403 #endif |
| 1404 |
| 1405 #if !defined(__NR_sched_getattr) |
| 1406 #define __NR_sched_getattr 352 |
| 1407 #endif |
| 1408 |
| 1409 #if !defined(__NR_renameat2) |
| 1410 #define __NR_renameat2 353 |
| 1411 #endif |
| 1412 |
| 1413 #if !defined(__NR_seccomp) |
| 1414 #define __NR_seccomp 354 |
| 1415 #endif |
| 1416 |
| 1417 #if !defined(__NR_getrandom) |
| 1418 #define __NR_getrandom 355 |
| 1419 #endif |
| 1420 |
| 1421 #if !defined(__NR_memfd_create) |
| 1422 #define __NR_memfd_create 356 |
| 1423 #endif |
| 1424 |
| 1397 #endif // SANDBOX_LINUX_SERVICES_X86_32_LINUX_SYSCALLS_H_ | 1425 #endif // SANDBOX_LINUX_SERVICES_X86_32_LINUX_SYSCALLS_H_ |
| 1398 | 1426 |
| OLD | NEW |