michael@0: // Copyright (c) 2012 The Chromium Authors. All rights reserved. michael@0: // Use of this source code is governed by a BSD-style license that can be michael@0: // found in the LICENSE file. michael@0: michael@0: /* This file has been imported from michael@0: * http://git.chromium.org/gitweb/?p=chromium.git;a=blob_plain;f=sandbox/linux/services/x86_64_linux_syscalls.h;h=bd30c55b1d8b0aa59b07617b4d4de75350fb90a6;hb=2362c9abea79cae475921bdeee58f9e3910d211c michael@0: */ michael@0: michael@0: // Generated from the Linux kernel's syscall_64.tbl. michael@0: #ifndef SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_ michael@0: #define SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_ michael@0: michael@0: #if !defined(__x86_64__) michael@0: #error "Including header on wrong architecture" michael@0: #endif michael@0: michael@0: #if !defined(__NR_read) michael@0: #define __NR_read 0 michael@0: #endif michael@0: michael@0: #if !defined(__NR_write) michael@0: #define __NR_write 1 michael@0: #endif michael@0: michael@0: #if !defined(__NR_open) michael@0: #define __NR_open 2 michael@0: #endif michael@0: michael@0: #if !defined(__NR_close) michael@0: #define __NR_close 3 michael@0: #endif michael@0: michael@0: #if !defined(__NR_stat) michael@0: #define __NR_stat 4 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fstat) michael@0: #define __NR_fstat 5 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lstat) michael@0: #define __NR_lstat 6 michael@0: #endif michael@0: michael@0: #if !defined(__NR_poll) michael@0: #define __NR_poll 7 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lseek) michael@0: #define __NR_lseek 8 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mmap) michael@0: #define __NR_mmap 9 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mprotect) michael@0: #define __NR_mprotect 10 michael@0: #endif michael@0: michael@0: #if !defined(__NR_munmap) michael@0: #define __NR_munmap 11 michael@0: #endif michael@0: michael@0: #if !defined(__NR_brk) michael@0: #define __NR_brk 12 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rt_sigaction) michael@0: #define __NR_rt_sigaction 13 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rt_sigprocmask) michael@0: #define __NR_rt_sigprocmask 14 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rt_sigreturn) michael@0: #define __NR_rt_sigreturn 15 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ioctl) michael@0: #define __NR_ioctl 16 michael@0: #endif michael@0: michael@0: #if !defined(__NR_pread64) michael@0: #define __NR_pread64 17 michael@0: #endif michael@0: michael@0: #if !defined(__NR_pwrite64) michael@0: #define __NR_pwrite64 18 michael@0: #endif michael@0: michael@0: #if !defined(__NR_readv) michael@0: #define __NR_readv 19 michael@0: #endif michael@0: michael@0: #if !defined(__NR_writev) michael@0: #define __NR_writev 20 michael@0: #endif michael@0: michael@0: #if !defined(__NR_access) michael@0: #define __NR_access 21 michael@0: #endif michael@0: michael@0: #if !defined(__NR_pipe) michael@0: #define __NR_pipe 22 michael@0: #endif michael@0: michael@0: #if !defined(__NR_select) michael@0: #define __NR_select 23 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_yield) michael@0: #define __NR_sched_yield 24 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mremap) michael@0: #define __NR_mremap 25 michael@0: #endif michael@0: michael@0: #if !defined(__NR_msync) michael@0: #define __NR_msync 26 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mincore) michael@0: #define __NR_mincore 27 michael@0: #endif michael@0: michael@0: #if !defined(__NR_madvise) michael@0: #define __NR_madvise 28 michael@0: #endif michael@0: michael@0: #if !defined(__NR_shmget) michael@0: #define __NR_shmget 29 michael@0: #endif michael@0: michael@0: #if !defined(__NR_shmat) michael@0: #define __NR_shmat 30 michael@0: #endif michael@0: michael@0: #if !defined(__NR_shmctl) michael@0: #define __NR_shmctl 31 michael@0: #endif michael@0: michael@0: #if !defined(__NR_dup) michael@0: #define __NR_dup 32 michael@0: #endif michael@0: michael@0: #if !defined(__NR_dup2) michael@0: #define __NR_dup2 33 michael@0: #endif michael@0: michael@0: #if !defined(__NR_pause) michael@0: #define __NR_pause 34 michael@0: #endif michael@0: michael@0: #if !defined(__NR_nanosleep) michael@0: #define __NR_nanosleep 35 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getitimer) michael@0: #define __NR_getitimer 36 michael@0: #endif michael@0: michael@0: #if !defined(__NR_alarm) michael@0: #define __NR_alarm 37 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setitimer) michael@0: #define __NR_setitimer 38 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getpid) michael@0: #define __NR_getpid 39 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sendfile) michael@0: #define __NR_sendfile 40 michael@0: #endif michael@0: michael@0: #if !defined(__NR_socket) michael@0: #define __NR_socket 41 michael@0: #endif michael@0: michael@0: #if !defined(__NR_connect) michael@0: #define __NR_connect 42 michael@0: #endif michael@0: michael@0: #if !defined(__NR_accept) michael@0: #define __NR_accept 43 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sendto) michael@0: #define __NR_sendto 44 michael@0: #endif michael@0: michael@0: #if !defined(__NR_recvfrom) michael@0: #define __NR_recvfrom 45 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sendmsg) michael@0: #define __NR_sendmsg 46 michael@0: #endif michael@0: michael@0: #if !defined(__NR_recvmsg) michael@0: #define __NR_recvmsg 47 michael@0: #endif michael@0: michael@0: #if !defined(__NR_shutdown) michael@0: #define __NR_shutdown 48 michael@0: #endif michael@0: michael@0: #if !defined(__NR_bind) michael@0: #define __NR_bind 49 michael@0: #endif michael@0: michael@0: #if !defined(__NR_listen) michael@0: #define __NR_listen 50 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getsockname) michael@0: #define __NR_getsockname 51 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getpeername) michael@0: #define __NR_getpeername 52 michael@0: #endif michael@0: michael@0: #if !defined(__NR_socketpair) michael@0: #define __NR_socketpair 53 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setsockopt) michael@0: #define __NR_setsockopt 54 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getsockopt) michael@0: #define __NR_getsockopt 55 michael@0: #endif michael@0: michael@0: #if !defined(__NR_clone) michael@0: #define __NR_clone 56 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fork) michael@0: #define __NR_fork 57 michael@0: #endif michael@0: michael@0: #if !defined(__NR_vfork) michael@0: #define __NR_vfork 58 michael@0: #endif michael@0: michael@0: #if !defined(__NR_execve) michael@0: #define __NR_execve 59 michael@0: #endif michael@0: michael@0: #if !defined(__NR_exit) michael@0: #define __NR_exit 60 michael@0: #endif michael@0: michael@0: #if !defined(__NR_wait4) michael@0: #define __NR_wait4 61 michael@0: #endif michael@0: michael@0: #if !defined(__NR_kill) michael@0: #define __NR_kill 62 michael@0: #endif michael@0: michael@0: #if !defined(__NR_uname) michael@0: #define __NR_uname 63 michael@0: #endif michael@0: michael@0: #if !defined(__NR_semget) michael@0: #define __NR_semget 64 michael@0: #endif michael@0: michael@0: #if !defined(__NR_semop) michael@0: #define __NR_semop 65 michael@0: #endif michael@0: michael@0: #if !defined(__NR_semctl) michael@0: #define __NR_semctl 66 michael@0: #endif michael@0: michael@0: #if !defined(__NR_shmdt) michael@0: #define __NR_shmdt 67 michael@0: #endif michael@0: michael@0: #if !defined(__NR_msgget) michael@0: #define __NR_msgget 68 michael@0: #endif michael@0: michael@0: #if !defined(__NR_msgsnd) michael@0: #define __NR_msgsnd 69 michael@0: #endif michael@0: michael@0: #if !defined(__NR_msgrcv) michael@0: #define __NR_msgrcv 70 michael@0: #endif michael@0: michael@0: #if !defined(__NR_msgctl) michael@0: #define __NR_msgctl 71 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fcntl) michael@0: #define __NR_fcntl 72 michael@0: #endif michael@0: michael@0: #if !defined(__NR_flock) michael@0: #define __NR_flock 73 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fsync) michael@0: #define __NR_fsync 74 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fdatasync) michael@0: #define __NR_fdatasync 75 michael@0: #endif michael@0: michael@0: #if !defined(__NR_truncate) michael@0: #define __NR_truncate 76 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ftruncate) michael@0: #define __NR_ftruncate 77 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getdents) michael@0: #define __NR_getdents 78 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getcwd) michael@0: #define __NR_getcwd 79 michael@0: #endif michael@0: michael@0: #if !defined(__NR_chdir) michael@0: #define __NR_chdir 80 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fchdir) michael@0: #define __NR_fchdir 81 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rename) michael@0: #define __NR_rename 82 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mkdir) michael@0: #define __NR_mkdir 83 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rmdir) michael@0: #define __NR_rmdir 84 michael@0: #endif michael@0: michael@0: #if !defined(__NR_creat) michael@0: #define __NR_creat 85 michael@0: #endif michael@0: michael@0: #if !defined(__NR_link) michael@0: #define __NR_link 86 michael@0: #endif michael@0: michael@0: #if !defined(__NR_unlink) michael@0: #define __NR_unlink 87 michael@0: #endif michael@0: michael@0: #if !defined(__NR_symlink) michael@0: #define __NR_symlink 88 michael@0: #endif michael@0: michael@0: #if !defined(__NR_readlink) michael@0: #define __NR_readlink 89 michael@0: #endif michael@0: michael@0: #if !defined(__NR_chmod) michael@0: #define __NR_chmod 90 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fchmod) michael@0: #define __NR_fchmod 91 michael@0: #endif michael@0: michael@0: #if !defined(__NR_chown) michael@0: #define __NR_chown 92 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fchown) michael@0: #define __NR_fchown 93 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lchown) michael@0: #define __NR_lchown 94 michael@0: #endif michael@0: michael@0: #if !defined(__NR_umask) michael@0: #define __NR_umask 95 michael@0: #endif michael@0: michael@0: #if !defined(__NR_gettimeofday) michael@0: #define __NR_gettimeofday 96 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getrlimit) michael@0: #define __NR_getrlimit 97 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getrusage) michael@0: #define __NR_getrusage 98 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sysinfo) michael@0: #define __NR_sysinfo 99 michael@0: #endif michael@0: michael@0: #if !defined(__NR_times) michael@0: #define __NR_times 100 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ptrace) michael@0: #define __NR_ptrace 101 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getuid) michael@0: #define __NR_getuid 102 michael@0: #endif michael@0: michael@0: #if !defined(__NR_syslog) michael@0: #define __NR_syslog 103 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getgid) michael@0: #define __NR_getgid 104 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setuid) michael@0: #define __NR_setuid 105 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setgid) michael@0: #define __NR_setgid 106 michael@0: #endif michael@0: michael@0: #if !defined(__NR_geteuid) michael@0: #define __NR_geteuid 107 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getegid) michael@0: #define __NR_getegid 108 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setpgid) michael@0: #define __NR_setpgid 109 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getppid) michael@0: #define __NR_getppid 110 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getpgrp) michael@0: #define __NR_getpgrp 111 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setsid) michael@0: #define __NR_setsid 112 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setreuid) michael@0: #define __NR_setreuid 113 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setregid) michael@0: #define __NR_setregid 114 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getgroups) michael@0: #define __NR_getgroups 115 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setgroups) michael@0: #define __NR_setgroups 116 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setresuid) michael@0: #define __NR_setresuid 117 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getresuid) michael@0: #define __NR_getresuid 118 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setresgid) michael@0: #define __NR_setresgid 119 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getresgid) michael@0: #define __NR_getresgid 120 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getpgid) michael@0: #define __NR_getpgid 121 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setfsuid) michael@0: #define __NR_setfsuid 122 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setfsgid) michael@0: #define __NR_setfsgid 123 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getsid) michael@0: #define __NR_getsid 124 michael@0: #endif michael@0: michael@0: #if !defined(__NR_capget) michael@0: #define __NR_capget 125 michael@0: #endif michael@0: michael@0: #if !defined(__NR_capset) michael@0: #define __NR_capset 126 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rt_sigpending) michael@0: #define __NR_rt_sigpending 127 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rt_sigtimedwait) michael@0: #define __NR_rt_sigtimedwait 128 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rt_sigqueueinfo) michael@0: #define __NR_rt_sigqueueinfo 129 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rt_sigsuspend) michael@0: #define __NR_rt_sigsuspend 130 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sigaltstack) michael@0: #define __NR_sigaltstack 131 michael@0: #endif michael@0: michael@0: #if !defined(__NR_utime) michael@0: #define __NR_utime 132 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mknod) michael@0: #define __NR_mknod 133 michael@0: #endif michael@0: michael@0: #if !defined(__NR_uselib) michael@0: #define __NR_uselib 134 michael@0: #endif michael@0: michael@0: #if !defined(__NR_personality) michael@0: #define __NR_personality 135 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ustat) michael@0: #define __NR_ustat 136 michael@0: #endif michael@0: michael@0: #if !defined(__NR_statfs) michael@0: #define __NR_statfs 137 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fstatfs) michael@0: #define __NR_fstatfs 138 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sysfs) michael@0: #define __NR_sysfs 139 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getpriority) michael@0: #define __NR_getpriority 140 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setpriority) michael@0: #define __NR_setpriority 141 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_setparam) michael@0: #define __NR_sched_setparam 142 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_getparam) michael@0: #define __NR_sched_getparam 143 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_setscheduler) michael@0: #define __NR_sched_setscheduler 144 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_getscheduler) michael@0: #define __NR_sched_getscheduler 145 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_get_priority_max) michael@0: #define __NR_sched_get_priority_max 146 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_get_priority_min) michael@0: #define __NR_sched_get_priority_min 147 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_rr_get_interval) michael@0: #define __NR_sched_rr_get_interval 148 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mlock) michael@0: #define __NR_mlock 149 michael@0: #endif michael@0: michael@0: #if !defined(__NR_munlock) michael@0: #define __NR_munlock 150 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mlockall) michael@0: #define __NR_mlockall 151 michael@0: #endif michael@0: michael@0: #if !defined(__NR_munlockall) michael@0: #define __NR_munlockall 152 michael@0: #endif michael@0: michael@0: #if !defined(__NR_vhangup) michael@0: #define __NR_vhangup 153 michael@0: #endif michael@0: michael@0: #if !defined(__NR_modify_ldt) michael@0: #define __NR_modify_ldt 154 michael@0: #endif michael@0: michael@0: #if !defined(__NR_pivot_root) michael@0: #define __NR_pivot_root 155 michael@0: #endif michael@0: michael@0: #if !defined(__NR__sysctl) michael@0: #define __NR__sysctl 156 michael@0: #endif michael@0: michael@0: #if !defined(__NR_prctl) michael@0: #define __NR_prctl 157 michael@0: #endif michael@0: michael@0: #if !defined(__NR_arch_prctl) michael@0: #define __NR_arch_prctl 158 michael@0: #endif michael@0: michael@0: #if !defined(__NR_adjtimex) michael@0: #define __NR_adjtimex 159 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setrlimit) michael@0: #define __NR_setrlimit 160 michael@0: #endif michael@0: michael@0: #if !defined(__NR_chroot) michael@0: #define __NR_chroot 161 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sync) michael@0: #define __NR_sync 162 michael@0: #endif michael@0: michael@0: #if !defined(__NR_acct) michael@0: #define __NR_acct 163 michael@0: #endif michael@0: michael@0: #if !defined(__NR_settimeofday) michael@0: #define __NR_settimeofday 164 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mount) michael@0: #define __NR_mount 165 michael@0: #endif michael@0: michael@0: #if !defined(__NR_umount2) michael@0: #define __NR_umount2 166 michael@0: #endif michael@0: michael@0: #if !defined(__NR_swapon) michael@0: #define __NR_swapon 167 michael@0: #endif michael@0: michael@0: #if !defined(__NR_swapoff) michael@0: #define __NR_swapoff 168 michael@0: #endif michael@0: michael@0: #if !defined(__NR_reboot) michael@0: #define __NR_reboot 169 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sethostname) michael@0: #define __NR_sethostname 170 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setdomainname) michael@0: #define __NR_setdomainname 171 michael@0: #endif michael@0: michael@0: #if !defined(__NR_iopl) michael@0: #define __NR_iopl 172 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ioperm) michael@0: #define __NR_ioperm 173 michael@0: #endif michael@0: michael@0: #if !defined(__NR_create_module) michael@0: #define __NR_create_module 174 michael@0: #endif michael@0: michael@0: #if !defined(__NR_init_module) michael@0: #define __NR_init_module 175 michael@0: #endif michael@0: michael@0: #if !defined(__NR_delete_module) michael@0: #define __NR_delete_module 176 michael@0: #endif michael@0: michael@0: #if !defined(__NR_get_kernel_syms) michael@0: #define __NR_get_kernel_syms 177 michael@0: #endif michael@0: michael@0: #if !defined(__NR_query_module) michael@0: #define __NR_query_module 178 michael@0: #endif michael@0: michael@0: #if !defined(__NR_quotactl) michael@0: #define __NR_quotactl 179 michael@0: #endif michael@0: michael@0: #if !defined(__NR_nfsservctl) michael@0: #define __NR_nfsservctl 180 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getpmsg) michael@0: #define __NR_getpmsg 181 michael@0: #endif michael@0: michael@0: #if !defined(__NR_putpmsg) michael@0: #define __NR_putpmsg 182 michael@0: #endif michael@0: michael@0: #if !defined(__NR_afs_syscall) michael@0: #define __NR_afs_syscall 183 michael@0: #endif michael@0: michael@0: #if !defined(__NR_tuxcall) michael@0: #define __NR_tuxcall 184 michael@0: #endif michael@0: michael@0: #if !defined(__NR_security) michael@0: #define __NR_security 185 michael@0: #endif michael@0: michael@0: #if !defined(__NR_gettid) michael@0: #define __NR_gettid 186 michael@0: #endif michael@0: michael@0: #if !defined(__NR_readahead) michael@0: #define __NR_readahead 187 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setxattr) michael@0: #define __NR_setxattr 188 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lsetxattr) michael@0: #define __NR_lsetxattr 189 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fsetxattr) michael@0: #define __NR_fsetxattr 190 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getxattr) michael@0: #define __NR_getxattr 191 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lgetxattr) michael@0: #define __NR_lgetxattr 192 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fgetxattr) michael@0: #define __NR_fgetxattr 193 michael@0: #endif michael@0: michael@0: #if !defined(__NR_listxattr) michael@0: #define __NR_listxattr 194 michael@0: #endif michael@0: michael@0: #if !defined(__NR_llistxattr) michael@0: #define __NR_llistxattr 195 michael@0: #endif michael@0: michael@0: #if !defined(__NR_flistxattr) michael@0: #define __NR_flistxattr 196 michael@0: #endif michael@0: michael@0: #if !defined(__NR_removexattr) michael@0: #define __NR_removexattr 197 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lremovexattr) michael@0: #define __NR_lremovexattr 198 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fremovexattr) michael@0: #define __NR_fremovexattr 199 michael@0: #endif michael@0: michael@0: #if !defined(__NR_tkill) michael@0: #define __NR_tkill 200 michael@0: #endif michael@0: michael@0: #if !defined(__NR_time) michael@0: #define __NR_time 201 michael@0: #endif michael@0: michael@0: #if !defined(__NR_futex) michael@0: #define __NR_futex 202 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_setaffinity) michael@0: #define __NR_sched_setaffinity 203 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_getaffinity) michael@0: #define __NR_sched_getaffinity 204 michael@0: #endif michael@0: michael@0: #if !defined(__NR_set_thread_area) michael@0: #define __NR_set_thread_area 205 michael@0: #endif michael@0: michael@0: #if !defined(__NR_io_setup) michael@0: #define __NR_io_setup 206 michael@0: #endif michael@0: michael@0: #if !defined(__NR_io_destroy) michael@0: #define __NR_io_destroy 207 michael@0: #endif michael@0: michael@0: #if !defined(__NR_io_getevents) michael@0: #define __NR_io_getevents 208 michael@0: #endif michael@0: michael@0: #if !defined(__NR_io_submit) michael@0: #define __NR_io_submit 209 michael@0: #endif michael@0: michael@0: #if !defined(__NR_io_cancel) michael@0: #define __NR_io_cancel 210 michael@0: #endif michael@0: michael@0: #if !defined(__NR_get_thread_area) michael@0: #define __NR_get_thread_area 211 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lookup_dcookie) michael@0: #define __NR_lookup_dcookie 212 michael@0: #endif michael@0: michael@0: #if !defined(__NR_epoll_create) michael@0: #define __NR_epoll_create 213 michael@0: #endif michael@0: michael@0: #if !defined(__NR_epoll_ctl_old) michael@0: #define __NR_epoll_ctl_old 214 michael@0: #endif michael@0: michael@0: #if !defined(__NR_epoll_wait_old) michael@0: #define __NR_epoll_wait_old 215 michael@0: #endif michael@0: michael@0: #if !defined(__NR_remap_file_pages) michael@0: #define __NR_remap_file_pages 216 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getdents64) michael@0: #define __NR_getdents64 217 michael@0: #endif michael@0: michael@0: #if !defined(__NR_set_tid_address) michael@0: #define __NR_set_tid_address 218 michael@0: #endif michael@0: michael@0: #if !defined(__NR_restart_syscall) michael@0: #define __NR_restart_syscall 219 michael@0: #endif michael@0: michael@0: #if !defined(__NR_semtimedop) michael@0: #define __NR_semtimedop 220 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fadvise64) michael@0: #define __NR_fadvise64 221 michael@0: #endif michael@0: michael@0: #if !defined(__NR_timer_create) michael@0: #define __NR_timer_create 222 michael@0: #endif michael@0: michael@0: #if !defined(__NR_timer_settime) michael@0: #define __NR_timer_settime 223 michael@0: #endif michael@0: michael@0: #if !defined(__NR_timer_gettime) michael@0: #define __NR_timer_gettime 224 michael@0: #endif michael@0: michael@0: #if !defined(__NR_timer_getoverrun) michael@0: #define __NR_timer_getoverrun 225 michael@0: #endif michael@0: michael@0: #if !defined(__NR_timer_delete) michael@0: #define __NR_timer_delete 226 michael@0: #endif michael@0: michael@0: #if !defined(__NR_clock_settime) michael@0: #define __NR_clock_settime 227 michael@0: #endif michael@0: michael@0: #if !defined(__NR_clock_gettime) michael@0: #define __NR_clock_gettime 228 michael@0: #endif michael@0: michael@0: #if !defined(__NR_clock_getres) michael@0: #define __NR_clock_getres 229 michael@0: #endif michael@0: michael@0: #if !defined(__NR_clock_nanosleep) michael@0: #define __NR_clock_nanosleep 230 michael@0: #endif michael@0: michael@0: #if !defined(__NR_exit_group) michael@0: #define __NR_exit_group 231 michael@0: #endif michael@0: michael@0: #if !defined(__NR_epoll_wait) michael@0: #define __NR_epoll_wait 232 michael@0: #endif michael@0: michael@0: #if !defined(__NR_epoll_ctl) michael@0: #define __NR_epoll_ctl 233 michael@0: #endif michael@0: michael@0: #if !defined(__NR_tgkill) michael@0: #define __NR_tgkill 234 michael@0: #endif michael@0: michael@0: #if !defined(__NR_utimes) michael@0: #define __NR_utimes 235 michael@0: #endif michael@0: michael@0: #if !defined(__NR_vserver) michael@0: #define __NR_vserver 236 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mbind) michael@0: #define __NR_mbind 237 michael@0: #endif michael@0: michael@0: #if !defined(__NR_set_mempolicy) michael@0: #define __NR_set_mempolicy 238 michael@0: #endif michael@0: michael@0: #if !defined(__NR_get_mempolicy) michael@0: #define __NR_get_mempolicy 239 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mq_open) michael@0: #define __NR_mq_open 240 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mq_unlink) michael@0: #define __NR_mq_unlink 241 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mq_timedsend) michael@0: #define __NR_mq_timedsend 242 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mq_timedreceive) michael@0: #define __NR_mq_timedreceive 243 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mq_notify) michael@0: #define __NR_mq_notify 244 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mq_getsetattr) michael@0: #define __NR_mq_getsetattr 245 michael@0: #endif michael@0: michael@0: #if !defined(__NR_kexec_load) michael@0: #define __NR_kexec_load 246 michael@0: #endif michael@0: michael@0: #if !defined(__NR_waitid) michael@0: #define __NR_waitid 247 michael@0: #endif michael@0: michael@0: #if !defined(__NR_add_key) michael@0: #define __NR_add_key 248 michael@0: #endif michael@0: michael@0: #if !defined(__NR_request_key) michael@0: #define __NR_request_key 249 michael@0: #endif michael@0: michael@0: #if !defined(__NR_keyctl) michael@0: #define __NR_keyctl 250 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ioprio_set) michael@0: #define __NR_ioprio_set 251 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ioprio_get) michael@0: #define __NR_ioprio_get 252 michael@0: #endif michael@0: michael@0: #if !defined(__NR_inotify_init) michael@0: #define __NR_inotify_init 253 michael@0: #endif michael@0: michael@0: #if !defined(__NR_inotify_add_watch) michael@0: #define __NR_inotify_add_watch 254 michael@0: #endif michael@0: michael@0: #if !defined(__NR_inotify_rm_watch) michael@0: #define __NR_inotify_rm_watch 255 michael@0: #endif michael@0: michael@0: #if !defined(__NR_migrate_pages) michael@0: #define __NR_migrate_pages 256 michael@0: #endif michael@0: michael@0: #if !defined(__NR_openat) michael@0: #define __NR_openat 257 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mkdirat) michael@0: #define __NR_mkdirat 258 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mknodat) michael@0: #define __NR_mknodat 259 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fchownat) michael@0: #define __NR_fchownat 260 michael@0: #endif michael@0: michael@0: #if !defined(__NR_futimesat) michael@0: #define __NR_futimesat 261 michael@0: #endif michael@0: michael@0: #if !defined(__NR_newfstatat) michael@0: #define __NR_newfstatat 262 michael@0: #endif michael@0: michael@0: #if !defined(__NR_unlinkat) michael@0: #define __NR_unlinkat 263 michael@0: #endif michael@0: michael@0: #if !defined(__NR_renameat) michael@0: #define __NR_renameat 264 michael@0: #endif michael@0: michael@0: #if !defined(__NR_linkat) michael@0: #define __NR_linkat 265 michael@0: #endif michael@0: michael@0: #if !defined(__NR_symlinkat) michael@0: #define __NR_symlinkat 266 michael@0: #endif michael@0: michael@0: #if !defined(__NR_readlinkat) michael@0: #define __NR_readlinkat 267 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fchmodat) michael@0: #define __NR_fchmodat 268 michael@0: #endif michael@0: michael@0: #if !defined(__NR_faccessat) michael@0: #define __NR_faccessat 269 michael@0: #endif michael@0: michael@0: #if !defined(__NR_pselect6) michael@0: #define __NR_pselect6 270 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ppoll) michael@0: #define __NR_ppoll 271 michael@0: #endif michael@0: michael@0: #if !defined(__NR_unshare) michael@0: #define __NR_unshare 272 michael@0: #endif michael@0: michael@0: #if !defined(__NR_set_robust_list) michael@0: #define __NR_set_robust_list 273 michael@0: #endif michael@0: michael@0: #if !defined(__NR_get_robust_list) michael@0: #define __NR_get_robust_list 274 michael@0: #endif michael@0: michael@0: #if !defined(__NR_splice) michael@0: #define __NR_splice 275 michael@0: #endif michael@0: michael@0: #if !defined(__NR_tee) michael@0: #define __NR_tee 276 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sync_file_range) michael@0: #define __NR_sync_file_range 277 michael@0: #endif michael@0: michael@0: #if !defined(__NR_vmsplice) michael@0: #define __NR_vmsplice 278 michael@0: #endif michael@0: michael@0: #if !defined(__NR_move_pages) michael@0: #define __NR_move_pages 279 michael@0: #endif michael@0: michael@0: #if !defined(__NR_utimensat) michael@0: #define __NR_utimensat 280 michael@0: #endif michael@0: michael@0: #if !defined(__NR_epoll_pwait) michael@0: #define __NR_epoll_pwait 281 michael@0: #endif michael@0: michael@0: #if !defined(__NR_signalfd) michael@0: #define __NR_signalfd 282 michael@0: #endif michael@0: michael@0: #if !defined(__NR_timerfd_create) michael@0: #define __NR_timerfd_create 283 michael@0: #endif michael@0: michael@0: #if !defined(__NR_eventfd) michael@0: #define __NR_eventfd 284 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fallocate) michael@0: #define __NR_fallocate 285 michael@0: #endif michael@0: michael@0: #if !defined(__NR_timerfd_settime) michael@0: #define __NR_timerfd_settime 286 michael@0: #endif michael@0: michael@0: #if !defined(__NR_timerfd_gettime) michael@0: #define __NR_timerfd_gettime 287 michael@0: #endif michael@0: michael@0: #if !defined(__NR_accept4) michael@0: #define __NR_accept4 288 michael@0: #endif michael@0: michael@0: #if !defined(__NR_signalfd4) michael@0: #define __NR_signalfd4 289 michael@0: #endif michael@0: michael@0: #if !defined(__NR_eventfd2) michael@0: #define __NR_eventfd2 290 michael@0: #endif michael@0: michael@0: #if !defined(__NR_epoll_create1) michael@0: #define __NR_epoll_create1 291 michael@0: #endif michael@0: michael@0: #if !defined(__NR_dup3) michael@0: #define __NR_dup3 292 michael@0: #endif michael@0: michael@0: #if !defined(__NR_pipe2) michael@0: #define __NR_pipe2 293 michael@0: #endif michael@0: michael@0: #if !defined(__NR_inotify_init1) michael@0: #define __NR_inotify_init1 294 michael@0: #endif michael@0: michael@0: #if !defined(__NR_preadv) michael@0: #define __NR_preadv 295 michael@0: #endif michael@0: michael@0: #if !defined(__NR_pwritev) michael@0: #define __NR_pwritev 296 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rt_tgsigqueueinfo) michael@0: #define __NR_rt_tgsigqueueinfo 297 michael@0: #endif michael@0: michael@0: #if !defined(__NR_perf_event_open) michael@0: #define __NR_perf_event_open 298 michael@0: #endif michael@0: michael@0: #if !defined(__NR_recvmmsg) michael@0: #define __NR_recvmmsg 299 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fanotify_init) michael@0: #define __NR_fanotify_init 300 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fanotify_mark) michael@0: #define __NR_fanotify_mark 301 michael@0: #endif michael@0: michael@0: #if !defined(__NR_prlimit64) michael@0: #define __NR_prlimit64 302 michael@0: #endif michael@0: michael@0: #if !defined(__NR_name_to_handle_at) michael@0: #define __NR_name_to_handle_at 303 michael@0: #endif michael@0: michael@0: #if !defined(__NR_open_by_handle_at) michael@0: #define __NR_open_by_handle_at 304 michael@0: #endif michael@0: michael@0: #if !defined(__NR_clock_adjtime) michael@0: #define __NR_clock_adjtime 305 michael@0: #endif michael@0: michael@0: #if !defined(__NR_syncfs) michael@0: #define __NR_syncfs 306 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sendmmsg) michael@0: #define __NR_sendmmsg 307 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setns) michael@0: #define __NR_setns 308 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getcpu) michael@0: #define __NR_getcpu 309 michael@0: #endif michael@0: michael@0: #if !defined(__NR_process_vm_readv) michael@0: #define __NR_process_vm_readv 310 michael@0: #endif michael@0: michael@0: #if !defined(__NR_process_vm_writev) michael@0: #define __NR_process_vm_writev 311 michael@0: #endif michael@0: michael@0: #if !defined(__NR_kcmp) michael@0: #define __NR_kcmp 312 michael@0: #endif michael@0: michael@0: #endif // SANDBOX_LINUX_SERVICES_X86_64_LINUX_SYSCALLS_H_ michael@0: