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_32_linux_syscalls.h;h=ca8ccbdc6d39989304b8fcb8ce931d2f87ab6f00;hb=2362c9abea79cae475921bdeee58f9e3910d211c michael@0: */ michael@0: michael@0: // Generated from the Linux kernel's syscall_32.tbl. michael@0: #ifndef SANDBOX_LINUX_SERVICES_X86_32_LINUX_SYSCALLS_H_ michael@0: #define SANDBOX_LINUX_SERVICES_X86_32_LINUX_SYSCALLS_H_ michael@0: michael@0: #if !defined(__i386__) michael@0: #error "Including header on wrong architecture" michael@0: #endif michael@0: michael@0: #if !defined(__NR_restart_syscall) michael@0: #define __NR_restart_syscall 0 michael@0: #endif michael@0: michael@0: #if !defined(__NR_exit) michael@0: #define __NR_exit 1 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fork) michael@0: #define __NR_fork 2 michael@0: #endif michael@0: michael@0: #if !defined(__NR_read) michael@0: #define __NR_read 3 michael@0: #endif michael@0: michael@0: #if !defined(__NR_write) michael@0: #define __NR_write 4 michael@0: #endif michael@0: michael@0: #if !defined(__NR_open) michael@0: #define __NR_open 5 michael@0: #endif michael@0: michael@0: #if !defined(__NR_close) michael@0: #define __NR_close 6 michael@0: #endif michael@0: michael@0: #if !defined(__NR_waitpid) michael@0: #define __NR_waitpid 7 michael@0: #endif michael@0: michael@0: #if !defined(__NR_creat) michael@0: #define __NR_creat 8 michael@0: #endif michael@0: michael@0: #if !defined(__NR_link) michael@0: #define __NR_link 9 michael@0: #endif michael@0: michael@0: #if !defined(__NR_unlink) michael@0: #define __NR_unlink 10 michael@0: #endif michael@0: michael@0: #if !defined(__NR_execve) michael@0: #define __NR_execve 11 michael@0: #endif michael@0: michael@0: #if !defined(__NR_chdir) michael@0: #define __NR_chdir 12 michael@0: #endif michael@0: michael@0: #if !defined(__NR_time) michael@0: #define __NR_time 13 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mknod) michael@0: #define __NR_mknod 14 michael@0: #endif michael@0: michael@0: #if !defined(__NR_chmod) michael@0: #define __NR_chmod 15 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lchown) michael@0: #define __NR_lchown 16 michael@0: #endif michael@0: michael@0: #if !defined(__NR_break) michael@0: #define __NR_break 17 michael@0: #endif michael@0: michael@0: #if !defined(__NR_oldstat) michael@0: #define __NR_oldstat 18 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lseek) michael@0: #define __NR_lseek 19 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getpid) michael@0: #define __NR_getpid 20 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mount) michael@0: #define __NR_mount 21 michael@0: #endif michael@0: michael@0: #if !defined(__NR_umount) michael@0: #define __NR_umount 22 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setuid) michael@0: #define __NR_setuid 23 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getuid) michael@0: #define __NR_getuid 24 michael@0: #endif michael@0: michael@0: #if !defined(__NR_stime) michael@0: #define __NR_stime 25 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ptrace) michael@0: #define __NR_ptrace 26 michael@0: #endif michael@0: michael@0: #if !defined(__NR_alarm) michael@0: #define __NR_alarm 27 michael@0: #endif michael@0: michael@0: #if !defined(__NR_oldfstat) michael@0: #define __NR_oldfstat 28 michael@0: #endif michael@0: michael@0: #if !defined(__NR_pause) michael@0: #define __NR_pause 29 michael@0: #endif michael@0: michael@0: #if !defined(__NR_utime) michael@0: #define __NR_utime 30 michael@0: #endif michael@0: michael@0: #if !defined(__NR_stty) michael@0: #define __NR_stty 31 michael@0: #endif michael@0: michael@0: #if !defined(__NR_gtty) michael@0: #define __NR_gtty 32 michael@0: #endif michael@0: michael@0: #if !defined(__NR_access) michael@0: #define __NR_access 33 michael@0: #endif michael@0: michael@0: #if !defined(__NR_nice) michael@0: #define __NR_nice 34 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ftime) michael@0: #define __NR_ftime 35 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sync) michael@0: #define __NR_sync 36 michael@0: #endif michael@0: michael@0: #if !defined(__NR_kill) michael@0: #define __NR_kill 37 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rename) michael@0: #define __NR_rename 38 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mkdir) michael@0: #define __NR_mkdir 39 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rmdir) michael@0: #define __NR_rmdir 40 michael@0: #endif michael@0: michael@0: #if !defined(__NR_dup) michael@0: #define __NR_dup 41 michael@0: #endif michael@0: michael@0: #if !defined(__NR_pipe) michael@0: #define __NR_pipe 42 michael@0: #endif michael@0: michael@0: #if !defined(__NR_times) michael@0: #define __NR_times 43 michael@0: #endif michael@0: michael@0: #if !defined(__NR_prof) michael@0: #define __NR_prof 44 michael@0: #endif michael@0: michael@0: #if !defined(__NR_brk) michael@0: #define __NR_brk 45 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setgid) michael@0: #define __NR_setgid 46 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getgid) michael@0: #define __NR_getgid 47 michael@0: #endif michael@0: michael@0: #if !defined(__NR_signal) michael@0: #define __NR_signal 48 michael@0: #endif michael@0: michael@0: #if !defined(__NR_geteuid) michael@0: #define __NR_geteuid 49 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getegid) michael@0: #define __NR_getegid 50 michael@0: #endif michael@0: michael@0: #if !defined(__NR_acct) michael@0: #define __NR_acct 51 michael@0: #endif michael@0: michael@0: #if !defined(__NR_umount2) michael@0: #define __NR_umount2 52 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lock) michael@0: #define __NR_lock 53 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ioctl) michael@0: #define __NR_ioctl 54 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fcntl) michael@0: #define __NR_fcntl 55 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mpx) michael@0: #define __NR_mpx 56 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setpgid) michael@0: #define __NR_setpgid 57 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ulimit) michael@0: #define __NR_ulimit 58 michael@0: #endif michael@0: michael@0: #if !defined(__NR_oldolduname) michael@0: #define __NR_oldolduname 59 michael@0: #endif michael@0: michael@0: #if !defined(__NR_umask) michael@0: #define __NR_umask 60 michael@0: #endif michael@0: michael@0: #if !defined(__NR_chroot) michael@0: #define __NR_chroot 61 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ustat) michael@0: #define __NR_ustat 62 michael@0: #endif michael@0: michael@0: #if !defined(__NR_dup2) michael@0: #define __NR_dup2 63 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getppid) michael@0: #define __NR_getppid 64 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getpgrp) michael@0: #define __NR_getpgrp 65 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setsid) michael@0: #define __NR_setsid 66 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sigaction) michael@0: #define __NR_sigaction 67 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sgetmask) michael@0: #define __NR_sgetmask 68 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ssetmask) michael@0: #define __NR_ssetmask 69 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setreuid) michael@0: #define __NR_setreuid 70 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setregid) michael@0: #define __NR_setregid 71 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sigsuspend) michael@0: #define __NR_sigsuspend 72 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sigpending) michael@0: #define __NR_sigpending 73 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sethostname) michael@0: #define __NR_sethostname 74 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setrlimit) michael@0: #define __NR_setrlimit 75 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getrlimit) michael@0: #define __NR_getrlimit 76 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getrusage) michael@0: #define __NR_getrusage 77 michael@0: #endif michael@0: michael@0: #if !defined(__NR_gettimeofday) michael@0: #define __NR_gettimeofday 78 michael@0: #endif michael@0: michael@0: #if !defined(__NR_settimeofday) michael@0: #define __NR_settimeofday 79 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getgroups) michael@0: #define __NR_getgroups 80 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setgroups) michael@0: #define __NR_setgroups 81 michael@0: #endif michael@0: michael@0: #if !defined(__NR_select) michael@0: #define __NR_select 82 michael@0: #endif michael@0: michael@0: #if !defined(__NR_symlink) michael@0: #define __NR_symlink 83 michael@0: #endif michael@0: michael@0: #if !defined(__NR_oldlstat) michael@0: #define __NR_oldlstat 84 michael@0: #endif michael@0: michael@0: #if !defined(__NR_readlink) michael@0: #define __NR_readlink 85 michael@0: #endif michael@0: michael@0: #if !defined(__NR_uselib) michael@0: #define __NR_uselib 86 michael@0: #endif michael@0: michael@0: #if !defined(__NR_swapon) michael@0: #define __NR_swapon 87 michael@0: #endif michael@0: michael@0: #if !defined(__NR_reboot) michael@0: #define __NR_reboot 88 michael@0: #endif michael@0: michael@0: #if !defined(__NR_readdir) michael@0: #define __NR_readdir 89 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mmap) michael@0: #define __NR_mmap 90 michael@0: #endif michael@0: michael@0: #if !defined(__NR_munmap) michael@0: #define __NR_munmap 91 michael@0: #endif michael@0: michael@0: #if !defined(__NR_truncate) michael@0: #define __NR_truncate 92 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ftruncate) michael@0: #define __NR_ftruncate 93 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fchmod) michael@0: #define __NR_fchmod 94 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fchown) michael@0: #define __NR_fchown 95 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getpriority) michael@0: #define __NR_getpriority 96 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setpriority) michael@0: #define __NR_setpriority 97 michael@0: #endif michael@0: michael@0: #if !defined(__NR_profil) michael@0: #define __NR_profil 98 michael@0: #endif michael@0: michael@0: #if !defined(__NR_statfs) michael@0: #define __NR_statfs 99 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fstatfs) michael@0: #define __NR_fstatfs 100 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ioperm) michael@0: #define __NR_ioperm 101 michael@0: #endif michael@0: michael@0: #if !defined(__NR_socketcall) michael@0: #define __NR_socketcall 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_setitimer) michael@0: #define __NR_setitimer 104 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getitimer) michael@0: #define __NR_getitimer 105 michael@0: #endif michael@0: michael@0: #if !defined(__NR_stat) michael@0: #define __NR_stat 106 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lstat) michael@0: #define __NR_lstat 107 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fstat) michael@0: #define __NR_fstat 108 michael@0: #endif michael@0: michael@0: #if !defined(__NR_olduname) michael@0: #define __NR_olduname 109 michael@0: #endif michael@0: michael@0: #if !defined(__NR_iopl) michael@0: #define __NR_iopl 110 michael@0: #endif michael@0: michael@0: #if !defined(__NR_vhangup) michael@0: #define __NR_vhangup 111 michael@0: #endif michael@0: michael@0: #if !defined(__NR_idle) michael@0: #define __NR_idle 112 michael@0: #endif michael@0: michael@0: #if !defined(__NR_vm86old) michael@0: #define __NR_vm86old 113 michael@0: #endif michael@0: michael@0: #if !defined(__NR_wait4) michael@0: #define __NR_wait4 114 michael@0: #endif michael@0: michael@0: #if !defined(__NR_swapoff) michael@0: #define __NR_swapoff 115 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sysinfo) michael@0: #define __NR_sysinfo 116 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ipc) michael@0: #define __NR_ipc 117 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fsync) michael@0: #define __NR_fsync 118 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sigreturn) michael@0: #define __NR_sigreturn 119 michael@0: #endif michael@0: michael@0: #if !defined(__NR_clone) michael@0: #define __NR_clone 120 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setdomainname) michael@0: #define __NR_setdomainname 121 michael@0: #endif michael@0: michael@0: #if !defined(__NR_uname) michael@0: #define __NR_uname 122 michael@0: #endif michael@0: michael@0: #if !defined(__NR_modify_ldt) michael@0: #define __NR_modify_ldt 123 michael@0: #endif michael@0: michael@0: #if !defined(__NR_adjtimex) michael@0: #define __NR_adjtimex 124 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mprotect) michael@0: #define __NR_mprotect 125 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sigprocmask) michael@0: #define __NR_sigprocmask 126 michael@0: #endif michael@0: michael@0: #if !defined(__NR_create_module) michael@0: #define __NR_create_module 127 michael@0: #endif michael@0: michael@0: #if !defined(__NR_init_module) michael@0: #define __NR_init_module 128 michael@0: #endif michael@0: michael@0: #if !defined(__NR_delete_module) michael@0: #define __NR_delete_module 129 michael@0: #endif michael@0: michael@0: #if !defined(__NR_get_kernel_syms) michael@0: #define __NR_get_kernel_syms 130 michael@0: #endif michael@0: michael@0: #if !defined(__NR_quotactl) michael@0: #define __NR_quotactl 131 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getpgid) michael@0: #define __NR_getpgid 132 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fchdir) michael@0: #define __NR_fchdir 133 michael@0: #endif michael@0: michael@0: #if !defined(__NR_bdflush) michael@0: #define __NR_bdflush 134 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sysfs) michael@0: #define __NR_sysfs 135 michael@0: #endif michael@0: michael@0: #if !defined(__NR_personality) michael@0: #define __NR_personality 136 michael@0: #endif michael@0: michael@0: #if !defined(__NR_afs_syscall) michael@0: #define __NR_afs_syscall 137 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setfsuid) michael@0: #define __NR_setfsuid 138 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setfsgid) michael@0: #define __NR_setfsgid 139 michael@0: #endif michael@0: michael@0: #if !defined(__NR__llseek) michael@0: #define __NR__llseek 140 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getdents) michael@0: #define __NR_getdents 141 michael@0: #endif michael@0: michael@0: #if !defined(__NR__newselect) michael@0: #define __NR__newselect 142 michael@0: #endif michael@0: michael@0: #if !defined(__NR_flock) michael@0: #define __NR_flock 143 michael@0: #endif michael@0: michael@0: #if !defined(__NR_msync) michael@0: #define __NR_msync 144 michael@0: #endif michael@0: michael@0: #if !defined(__NR_readv) michael@0: #define __NR_readv 145 michael@0: #endif michael@0: michael@0: #if !defined(__NR_writev) michael@0: #define __NR_writev 146 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getsid) michael@0: #define __NR_getsid 147 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fdatasync) michael@0: #define __NR_fdatasync 148 michael@0: #endif michael@0: michael@0: #if !defined(__NR__sysctl) michael@0: #define __NR__sysctl 149 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mlock) michael@0: #define __NR_mlock 150 michael@0: #endif michael@0: michael@0: #if !defined(__NR_munlock) michael@0: #define __NR_munlock 151 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mlockall) michael@0: #define __NR_mlockall 152 michael@0: #endif michael@0: michael@0: #if !defined(__NR_munlockall) michael@0: #define __NR_munlockall 153 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_setparam) michael@0: #define __NR_sched_setparam 154 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_getparam) michael@0: #define __NR_sched_getparam 155 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_setscheduler) michael@0: #define __NR_sched_setscheduler 156 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_getscheduler) michael@0: #define __NR_sched_getscheduler 157 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_yield) michael@0: #define __NR_sched_yield 158 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_get_priority_max) michael@0: #define __NR_sched_get_priority_max 159 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_get_priority_min) michael@0: #define __NR_sched_get_priority_min 160 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_rr_get_interval) michael@0: #define __NR_sched_rr_get_interval 161 michael@0: #endif michael@0: michael@0: #if !defined(__NR_nanosleep) michael@0: #define __NR_nanosleep 162 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mremap) michael@0: #define __NR_mremap 163 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setresuid) michael@0: #define __NR_setresuid 164 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getresuid) michael@0: #define __NR_getresuid 165 michael@0: #endif michael@0: michael@0: #if !defined(__NR_vm86) michael@0: #define __NR_vm86 166 michael@0: #endif michael@0: michael@0: #if !defined(__NR_query_module) michael@0: #define __NR_query_module 167 michael@0: #endif michael@0: michael@0: #if !defined(__NR_poll) michael@0: #define __NR_poll 168 michael@0: #endif michael@0: michael@0: #if !defined(__NR_nfsservctl) michael@0: #define __NR_nfsservctl 169 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setresgid) michael@0: #define __NR_setresgid 170 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getresgid) michael@0: #define __NR_getresgid 171 michael@0: #endif michael@0: michael@0: #if !defined(__NR_prctl) michael@0: #define __NR_prctl 172 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rt_sigreturn) michael@0: #define __NR_rt_sigreturn 173 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rt_sigaction) michael@0: #define __NR_rt_sigaction 174 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rt_sigprocmask) michael@0: #define __NR_rt_sigprocmask 175 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rt_sigpending) michael@0: #define __NR_rt_sigpending 176 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rt_sigtimedwait) michael@0: #define __NR_rt_sigtimedwait 177 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rt_sigqueueinfo) michael@0: #define __NR_rt_sigqueueinfo 178 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rt_sigsuspend) michael@0: #define __NR_rt_sigsuspend 179 michael@0: #endif michael@0: michael@0: #if !defined(__NR_pread64) michael@0: #define __NR_pread64 180 michael@0: #endif michael@0: michael@0: #if !defined(__NR_pwrite64) michael@0: #define __NR_pwrite64 181 michael@0: #endif michael@0: michael@0: #if !defined(__NR_chown) michael@0: #define __NR_chown 182 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getcwd) michael@0: #define __NR_getcwd 183 michael@0: #endif michael@0: michael@0: #if !defined(__NR_capget) michael@0: #define __NR_capget 184 michael@0: #endif michael@0: michael@0: #if !defined(__NR_capset) michael@0: #define __NR_capset 185 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sigaltstack) michael@0: #define __NR_sigaltstack 186 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sendfile) michael@0: #define __NR_sendfile 187 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getpmsg) michael@0: #define __NR_getpmsg 188 michael@0: #endif michael@0: michael@0: #if !defined(__NR_putpmsg) michael@0: #define __NR_putpmsg 189 michael@0: #endif michael@0: michael@0: #if !defined(__NR_vfork) michael@0: #define __NR_vfork 190 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ugetrlimit) michael@0: #define __NR_ugetrlimit 191 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mmap2) michael@0: #define __NR_mmap2 192 michael@0: #endif michael@0: michael@0: #if !defined(__NR_truncate64) michael@0: #define __NR_truncate64 193 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ftruncate64) michael@0: #define __NR_ftruncate64 194 michael@0: #endif michael@0: michael@0: #if !defined(__NR_stat64) michael@0: #define __NR_stat64 195 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lstat64) michael@0: #define __NR_lstat64 196 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fstat64) michael@0: #define __NR_fstat64 197 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lchown32) michael@0: #define __NR_lchown32 198 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getuid32) michael@0: #define __NR_getuid32 199 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getgid32) michael@0: #define __NR_getgid32 200 michael@0: #endif michael@0: michael@0: #if !defined(__NR_geteuid32) michael@0: #define __NR_geteuid32 201 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getegid32) michael@0: #define __NR_getegid32 202 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setreuid32) michael@0: #define __NR_setreuid32 203 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setregid32) michael@0: #define __NR_setregid32 204 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getgroups32) michael@0: #define __NR_getgroups32 205 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setgroups32) michael@0: #define __NR_setgroups32 206 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fchown32) michael@0: #define __NR_fchown32 207 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setresuid32) michael@0: #define __NR_setresuid32 208 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getresuid32) michael@0: #define __NR_getresuid32 209 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setresgid32) michael@0: #define __NR_setresgid32 210 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getresgid32) michael@0: #define __NR_getresgid32 211 michael@0: #endif michael@0: michael@0: #if !defined(__NR_chown32) michael@0: #define __NR_chown32 212 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setuid32) michael@0: #define __NR_setuid32 213 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setgid32) michael@0: #define __NR_setgid32 214 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setfsuid32) michael@0: #define __NR_setfsuid32 215 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setfsgid32) michael@0: #define __NR_setfsgid32 216 michael@0: #endif michael@0: michael@0: #if !defined(__NR_pivot_root) michael@0: #define __NR_pivot_root 217 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mincore) michael@0: #define __NR_mincore 218 michael@0: #endif michael@0: michael@0: #if !defined(__NR_madvise) michael@0: #define __NR_madvise 219 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getdents64) michael@0: #define __NR_getdents64 220 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fcntl64) michael@0: #define __NR_fcntl64 221 michael@0: #endif michael@0: michael@0: #if !defined(__NR_gettid) michael@0: #define __NR_gettid 224 michael@0: #endif michael@0: michael@0: #if !defined(__NR_readahead) michael@0: #define __NR_readahead 225 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setxattr) michael@0: #define __NR_setxattr 226 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lsetxattr) michael@0: #define __NR_lsetxattr 227 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fsetxattr) michael@0: #define __NR_fsetxattr 228 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getxattr) michael@0: #define __NR_getxattr 229 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lgetxattr) michael@0: #define __NR_lgetxattr 230 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fgetxattr) michael@0: #define __NR_fgetxattr 231 michael@0: #endif michael@0: michael@0: #if !defined(__NR_listxattr) michael@0: #define __NR_listxattr 232 michael@0: #endif michael@0: michael@0: #if !defined(__NR_llistxattr) michael@0: #define __NR_llistxattr 233 michael@0: #endif michael@0: michael@0: #if !defined(__NR_flistxattr) michael@0: #define __NR_flistxattr 234 michael@0: #endif michael@0: michael@0: #if !defined(__NR_removexattr) michael@0: #define __NR_removexattr 235 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lremovexattr) michael@0: #define __NR_lremovexattr 236 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fremovexattr) michael@0: #define __NR_fremovexattr 237 michael@0: #endif michael@0: michael@0: #if !defined(__NR_tkill) michael@0: #define __NR_tkill 238 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sendfile64) michael@0: #define __NR_sendfile64 239 michael@0: #endif michael@0: michael@0: #if !defined(__NR_futex) michael@0: #define __NR_futex 240 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_setaffinity) michael@0: #define __NR_sched_setaffinity 241 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sched_getaffinity) michael@0: #define __NR_sched_getaffinity 242 michael@0: #endif michael@0: michael@0: #if !defined(__NR_set_thread_area) michael@0: #define __NR_set_thread_area 243 michael@0: #endif michael@0: michael@0: #if !defined(__NR_get_thread_area) michael@0: #define __NR_get_thread_area 244 michael@0: #endif michael@0: michael@0: #if !defined(__NR_io_setup) michael@0: #define __NR_io_setup 245 michael@0: #endif michael@0: michael@0: #if !defined(__NR_io_destroy) michael@0: #define __NR_io_destroy 246 michael@0: #endif michael@0: michael@0: #if !defined(__NR_io_getevents) michael@0: #define __NR_io_getevents 247 michael@0: #endif michael@0: michael@0: #if !defined(__NR_io_submit) michael@0: #define __NR_io_submit 248 michael@0: #endif michael@0: michael@0: #if !defined(__NR_io_cancel) michael@0: #define __NR_io_cancel 249 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fadvise64) michael@0: #define __NR_fadvise64 250 michael@0: #endif michael@0: michael@0: #if !defined(__NR_exit_group) michael@0: #define __NR_exit_group 252 michael@0: #endif michael@0: michael@0: #if !defined(__NR_lookup_dcookie) michael@0: #define __NR_lookup_dcookie 253 michael@0: #endif michael@0: michael@0: #if !defined(__NR_epoll_create) michael@0: #define __NR_epoll_create 254 michael@0: #endif michael@0: michael@0: #if !defined(__NR_epoll_ctl) michael@0: #define __NR_epoll_ctl 255 michael@0: #endif michael@0: michael@0: #if !defined(__NR_epoll_wait) michael@0: #define __NR_epoll_wait 256 michael@0: #endif michael@0: michael@0: #if !defined(__NR_remap_file_pages) michael@0: #define __NR_remap_file_pages 257 michael@0: #endif michael@0: michael@0: #if !defined(__NR_set_tid_address) michael@0: #define __NR_set_tid_address 258 michael@0: #endif michael@0: michael@0: #if !defined(__NR_timer_create) michael@0: #define __NR_timer_create 259 michael@0: #endif michael@0: michael@0: #if !defined(__NR_timer_settime) michael@0: #define __NR_timer_settime 260 michael@0: #endif michael@0: michael@0: #if !defined(__NR_timer_gettime) michael@0: #define __NR_timer_gettime 261 michael@0: #endif michael@0: michael@0: #if !defined(__NR_timer_getoverrun) michael@0: #define __NR_timer_getoverrun 262 michael@0: #endif michael@0: michael@0: #if !defined(__NR_timer_delete) michael@0: #define __NR_timer_delete 263 michael@0: #endif michael@0: michael@0: #if !defined(__NR_clock_settime) michael@0: #define __NR_clock_settime 264 michael@0: #endif michael@0: michael@0: #if !defined(__NR_clock_gettime) michael@0: #define __NR_clock_gettime 265 michael@0: #endif michael@0: michael@0: #if !defined(__NR_clock_getres) michael@0: #define __NR_clock_getres 266 michael@0: #endif michael@0: michael@0: #if !defined(__NR_clock_nanosleep) michael@0: #define __NR_clock_nanosleep 267 michael@0: #endif michael@0: michael@0: #if !defined(__NR_statfs64) michael@0: #define __NR_statfs64 268 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fstatfs64) michael@0: #define __NR_fstatfs64 269 michael@0: #endif michael@0: michael@0: #if !defined(__NR_tgkill) michael@0: #define __NR_tgkill 270 michael@0: #endif michael@0: michael@0: #if !defined(__NR_utimes) michael@0: #define __NR_utimes 271 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fadvise64_64) michael@0: #define __NR_fadvise64_64 272 michael@0: #endif michael@0: michael@0: #if !defined(__NR_vserver) michael@0: #define __NR_vserver 273 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mbind) michael@0: #define __NR_mbind 274 michael@0: #endif michael@0: michael@0: #if !defined(__NR_get_mempolicy) michael@0: #define __NR_get_mempolicy 275 michael@0: #endif michael@0: michael@0: #if !defined(__NR_set_mempolicy) michael@0: #define __NR_set_mempolicy 276 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mq_open) michael@0: #define __NR_mq_open 277 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mq_unlink) michael@0: #define __NR_mq_unlink 278 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mq_timedsend) michael@0: #define __NR_mq_timedsend 279 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mq_timedreceive) michael@0: #define __NR_mq_timedreceive 280 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mq_notify) michael@0: #define __NR_mq_notify 281 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mq_getsetattr) michael@0: #define __NR_mq_getsetattr 282 michael@0: #endif michael@0: michael@0: #if !defined(__NR_kexec_load) michael@0: #define __NR_kexec_load 283 michael@0: #endif michael@0: michael@0: #if !defined(__NR_waitid) michael@0: #define __NR_waitid 284 michael@0: #endif michael@0: michael@0: #if !defined(__NR_add_key) michael@0: #define __NR_add_key 286 michael@0: #endif michael@0: michael@0: #if !defined(__NR_request_key) michael@0: #define __NR_request_key 287 michael@0: #endif michael@0: michael@0: #if !defined(__NR_keyctl) michael@0: #define __NR_keyctl 288 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ioprio_set) michael@0: #define __NR_ioprio_set 289 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ioprio_get) michael@0: #define __NR_ioprio_get 290 michael@0: #endif michael@0: michael@0: #if !defined(__NR_inotify_init) michael@0: #define __NR_inotify_init 291 michael@0: #endif michael@0: michael@0: #if !defined(__NR_inotify_add_watch) michael@0: #define __NR_inotify_add_watch 292 michael@0: #endif michael@0: michael@0: #if !defined(__NR_inotify_rm_watch) michael@0: #define __NR_inotify_rm_watch 293 michael@0: #endif michael@0: michael@0: #if !defined(__NR_migrate_pages) michael@0: #define __NR_migrate_pages 294 michael@0: #endif michael@0: michael@0: #if !defined(__NR_openat) michael@0: #define __NR_openat 295 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mkdirat) michael@0: #define __NR_mkdirat 296 michael@0: #endif michael@0: michael@0: #if !defined(__NR_mknodat) michael@0: #define __NR_mknodat 297 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fchownat) michael@0: #define __NR_fchownat 298 michael@0: #endif michael@0: michael@0: #if !defined(__NR_futimesat) michael@0: #define __NR_futimesat 299 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fstatat64) michael@0: #define __NR_fstatat64 300 michael@0: #endif michael@0: michael@0: #if !defined(__NR_unlinkat) michael@0: #define __NR_unlinkat 301 michael@0: #endif michael@0: michael@0: #if !defined(__NR_renameat) michael@0: #define __NR_renameat 302 michael@0: #endif michael@0: michael@0: #if !defined(__NR_linkat) michael@0: #define __NR_linkat 303 michael@0: #endif michael@0: michael@0: #if !defined(__NR_symlinkat) michael@0: #define __NR_symlinkat 304 michael@0: #endif michael@0: michael@0: #if !defined(__NR_readlinkat) michael@0: #define __NR_readlinkat 305 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fchmodat) michael@0: #define __NR_fchmodat 306 michael@0: #endif michael@0: michael@0: #if !defined(__NR_faccessat) michael@0: #define __NR_faccessat 307 michael@0: #endif michael@0: michael@0: #if !defined(__NR_pselect6) michael@0: #define __NR_pselect6 308 michael@0: #endif michael@0: michael@0: #if !defined(__NR_ppoll) michael@0: #define __NR_ppoll 309 michael@0: #endif michael@0: michael@0: #if !defined(__NR_unshare) michael@0: #define __NR_unshare 310 michael@0: #endif michael@0: michael@0: #if !defined(__NR_set_robust_list) michael@0: #define __NR_set_robust_list 311 michael@0: #endif michael@0: michael@0: #if !defined(__NR_get_robust_list) michael@0: #define __NR_get_robust_list 312 michael@0: #endif michael@0: michael@0: #if !defined(__NR_splice) michael@0: #define __NR_splice 313 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sync_file_range) michael@0: #define __NR_sync_file_range 314 michael@0: #endif michael@0: michael@0: #if !defined(__NR_tee) michael@0: #define __NR_tee 315 michael@0: #endif michael@0: michael@0: #if !defined(__NR_vmsplice) michael@0: #define __NR_vmsplice 316 michael@0: #endif michael@0: michael@0: #if !defined(__NR_move_pages) michael@0: #define __NR_move_pages 317 michael@0: #endif michael@0: michael@0: #if !defined(__NR_getcpu) michael@0: #define __NR_getcpu 318 michael@0: #endif michael@0: michael@0: #if !defined(__NR_epoll_pwait) michael@0: #define __NR_epoll_pwait 319 michael@0: #endif michael@0: michael@0: #if !defined(__NR_utimensat) michael@0: #define __NR_utimensat 320 michael@0: #endif michael@0: michael@0: #if !defined(__NR_signalfd) michael@0: #define __NR_signalfd 321 michael@0: #endif michael@0: michael@0: #if !defined(__NR_timerfd_create) michael@0: #define __NR_timerfd_create 322 michael@0: #endif michael@0: michael@0: #if !defined(__NR_eventfd) michael@0: #define __NR_eventfd 323 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fallocate) michael@0: #define __NR_fallocate 324 michael@0: #endif michael@0: michael@0: #if !defined(__NR_timerfd_settime) michael@0: #define __NR_timerfd_settime 325 michael@0: #endif michael@0: michael@0: #if !defined(__NR_timerfd_gettime) michael@0: #define __NR_timerfd_gettime 326 michael@0: #endif michael@0: michael@0: #if !defined(__NR_signalfd4) michael@0: #define __NR_signalfd4 327 michael@0: #endif michael@0: michael@0: #if !defined(__NR_eventfd2) michael@0: #define __NR_eventfd2 328 michael@0: #endif michael@0: michael@0: #if !defined(__NR_epoll_create1) michael@0: #define __NR_epoll_create1 329 michael@0: #endif michael@0: michael@0: #if !defined(__NR_dup3) michael@0: #define __NR_dup3 330 michael@0: #endif michael@0: michael@0: #if !defined(__NR_pipe2) michael@0: #define __NR_pipe2 331 michael@0: #endif michael@0: michael@0: #if !defined(__NR_inotify_init1) michael@0: #define __NR_inotify_init1 332 michael@0: #endif michael@0: michael@0: #if !defined(__NR_preadv) michael@0: #define __NR_preadv 333 michael@0: #endif michael@0: michael@0: #if !defined(__NR_pwritev) michael@0: #define __NR_pwritev 334 michael@0: #endif michael@0: michael@0: #if !defined(__NR_rt_tgsigqueueinfo) michael@0: #define __NR_rt_tgsigqueueinfo 335 michael@0: #endif michael@0: michael@0: #if !defined(__NR_perf_event_open) michael@0: #define __NR_perf_event_open 336 michael@0: #endif michael@0: michael@0: #if !defined(__NR_recvmmsg) michael@0: #define __NR_recvmmsg 337 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fanotify_init) michael@0: #define __NR_fanotify_init 338 michael@0: #endif michael@0: michael@0: #if !defined(__NR_fanotify_mark) michael@0: #define __NR_fanotify_mark 339 michael@0: #endif michael@0: michael@0: #if !defined(__NR_prlimit64) michael@0: #define __NR_prlimit64 340 michael@0: #endif michael@0: michael@0: #if !defined(__NR_name_to_handle_at) michael@0: #define __NR_name_to_handle_at 341 michael@0: #endif michael@0: michael@0: #if !defined(__NR_open_by_handle_at) michael@0: #define __NR_open_by_handle_at 342 michael@0: #endif michael@0: michael@0: #if !defined(__NR_clock_adjtime) michael@0: #define __NR_clock_adjtime 343 michael@0: #endif michael@0: michael@0: #if !defined(__NR_syncfs) michael@0: #define __NR_syncfs 344 michael@0: #endif michael@0: michael@0: #if !defined(__NR_sendmmsg) michael@0: #define __NR_sendmmsg 345 michael@0: #endif michael@0: michael@0: #if !defined(__NR_setns) michael@0: #define __NR_setns 346 michael@0: #endif michael@0: michael@0: #if !defined(__NR_process_vm_readv) michael@0: #define __NR_process_vm_readv 347 michael@0: #endif michael@0: michael@0: #if !defined(__NR_process_vm_writev) michael@0: #define __NR_process_vm_writev 348 michael@0: #endif michael@0: michael@0: #if !defined(__NR_kcmp) michael@0: #define __NR_kcmp 349 michael@0: #endif michael@0: michael@0: #endif // SANDBOX_LINUX_SERVICES_X86_32_LINUX_SYSCALLS_H_ michael@0: