| Index: sandbox/linux/services/x86_64_linux_syscalls.h
|
| diff --git a/sandbox/linux/services/x86_64_linux_syscalls.h b/sandbox/linux/services/x86_64_linux_syscalls.h
|
| index 698a14aaa029a224778049aa6a15cf89abb61d7f..bd30c55b1d8b0aa59b07617b4d4de75350fb90a6 100644
|
| --- a/sandbox/linux/services/x86_64_linux_syscalls.h
|
| +++ b/sandbox/linux/services/x86_64_linux_syscalls.h
|
| @@ -1262,121 +1262,5 @@
|
| #define __NR_kcmp 312
|
| #endif
|
|
|
| -#if !defined(__NR_rt_sigaction)
|
| -#define __NR_rt_sigaction 512
|
| -#endif
|
| -
|
| -#if !defined(__NR_rt_sigreturn)
|
| -#define __NR_rt_sigreturn 513
|
| -#endif
|
| -
|
| -#if !defined(__NR_ioctl)
|
| -#define __NR_ioctl 514
|
| -#endif
|
| -
|
| -#if !defined(__NR_readv)
|
| -#define __NR_readv 515
|
| -#endif
|
| -
|
| -#if !defined(__NR_writev)
|
| -#define __NR_writev 516
|
| -#endif
|
| -
|
| -#if !defined(__NR_recvfrom)
|
| -#define __NR_recvfrom 517
|
| -#endif
|
| -
|
| -#if !defined(__NR_sendmsg)
|
| -#define __NR_sendmsg 518
|
| -#endif
|
| -
|
| -#if !defined(__NR_recvmsg)
|
| -#define __NR_recvmsg 519
|
| -#endif
|
| -
|
| -#if !defined(__NR_execve)
|
| -#define __NR_execve 520
|
| -#endif
|
| -
|
| -#if !defined(__NR_ptrace)
|
| -#define __NR_ptrace 521
|
| -#endif
|
| -
|
| -#if !defined(__NR_rt_sigpending)
|
| -#define __NR_rt_sigpending 522
|
| -#endif
|
| -
|
| -#if !defined(__NR_rt_sigtimedwait)
|
| -#define __NR_rt_sigtimedwait 523
|
| -#endif
|
| -
|
| -#if !defined(__NR_rt_sigqueueinfo)
|
| -#define __NR_rt_sigqueueinfo 524
|
| -#endif
|
| -
|
| -#if !defined(__NR_sigaltstack)
|
| -#define __NR_sigaltstack 525
|
| -#endif
|
| -
|
| -#if !defined(__NR_timer_create)
|
| -#define __NR_timer_create 526
|
| -#endif
|
| -
|
| -#if !defined(__NR_mq_notify)
|
| -#define __NR_mq_notify 527
|
| -#endif
|
| -
|
| -#if !defined(__NR_kexec_load)
|
| -#define __NR_kexec_load 528
|
| -#endif
|
| -
|
| -#if !defined(__NR_waitid)
|
| -#define __NR_waitid 529
|
| -#endif
|
| -
|
| -#if !defined(__NR_set_robust_list)
|
| -#define __NR_set_robust_list 530
|
| -#endif
|
| -
|
| -#if !defined(__NR_get_robust_list)
|
| -#define __NR_get_robust_list 531
|
| -#endif
|
| -
|
| -#if !defined(__NR_vmsplice)
|
| -#define __NR_vmsplice 532
|
| -#endif
|
| -
|
| -#if !defined(__NR_move_pages)
|
| -#define __NR_move_pages 533
|
| -#endif
|
| -
|
| -#if !defined(__NR_preadv)
|
| -#define __NR_preadv 534
|
| -#endif
|
| -
|
| -#if !defined(__NR_pwritev)
|
| -#define __NR_pwritev 535
|
| -#endif
|
| -
|
| -#if !defined(__NR_rt_tgsigqueueinfo)
|
| -#define __NR_rt_tgsigqueueinfo 536
|
| -#endif
|
| -
|
| -#if !defined(__NR_recvmmsg)
|
| -#define __NR_recvmmsg 537
|
| -#endif
|
| -
|
| -#if !defined(__NR_sendmmsg)
|
| -#define __NR_sendmmsg 538
|
| -#endif
|
| -
|
| -#if !defined(__NR_process_vm_readv)
|
| -#define __NR_process_vm_readv 539
|
| -#endif
|
| -
|
| -#if !defined(__NR_process_vm_writev)
|
| -#define __NR_process_vm_writev 540
|
| -#endif
|
| -
|
| #endif // SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_
|
|
|
|
|