From: Cui B. <cui...@hu...> - 2015-09-07 00:44:43
|
Delete linux_syscall_numbers.h in LTP otherwise it will not be compiled when do 'make': make: Nothing to be done for `all'. Signed-off-by: Cui Bixuan <cui...@hu...> --- testcases/kernel/include/linux_syscall_numbers.h |12985 ---------------------- 1 files changed, 0 insertions(+), 12985 deletions(-) delete mode 100644 testcases/kernel/include/linux_syscall_numbers.h diff --git a/testcases/kernel/include/linux_syscall_numbers.h b/testcases/kernel/include/linux_syscall_numbers.h deleted file mode 100644 index e1ee38e..0000000 --- a/testcases/kernel/include/linux_syscall_numbers.h +++ /dev/null @@ -1,12985 +0,0 @@ -/************************************************ - * GENERATED FILE: DO NOT EDIT/PATCH THIS FILE * - * change your arch specific .in file instead * - ************************************************/ - -/* - * Here we stick all the ugly *fallback* logic for linux - * system call numbers (those __NR_ thingies). - * - * Licensed under the GPLv2 or later, see the COPYING file. - */ - -#ifndef __LINUX_SYSCALL_NUMBERS_H__ -#define __LINUX_SYSCALL_NUMBERS_H__ - -#include <errno.h> -#include <sys/syscall.h> -#include "cleanup.c" - -#define ltp_syscall(NR, ...) ({ \ - int __ret; \ - if (NR == __LTP__NR_INVALID_SYSCALL) { \ - errno = ENOSYS; \ - __ret = -1; \ - } else { \ - __ret = syscall(NR, ##__VA_ARGS__); \ - } \ - if (__ret == -1 && errno == ENOSYS) { \ - tst_brkm(TCONF, CLEANUP, \ - "syscall " #NR " not supported on your arch"); \ - errno = ENOSYS; \ - } \ - __ret; \ -}) - -#define __LTP__NR_INVALID_SYSCALL -1 - -#ifdef __aarch64__ -# ifndef __NR_io_setup -# define __NR_io_setup 0 -# endif -# ifndef __NR_io_destroy -# define __NR_io_destroy 1 -# endif -# ifndef __NR_io_submit -# define __NR_io_submit 2 -# endif -# ifndef __NR_io_cancel -# define __NR_io_cancel 3 -# endif -# ifndef __NR_io_getevents -# define __NR_io_getevents 4 -# endif -# ifndef __NR_setxattr -# define __NR_setxattr 5 -# endif -# ifndef __NR_lsetxattr -# define __NR_lsetxattr 6 -# endif -# ifndef __NR_fsetxattr -# define __NR_fsetxattr 7 -# endif -# ifndef __NR_getxattr -# define __NR_getxattr 8 -# endif -# ifndef __NR_lgetxattr -# define __NR_lgetxattr 9 -# endif -# ifndef __NR_fgetxattr -# define __NR_fgetxattr 10 -# endif -# ifndef __NR_listxattr -# define __NR_listxattr 11 -# endif -# ifndef __NR_llistxattr -# define __NR_llistxattr 12 -# endif -# ifndef __NR_flistxattr -# define __NR_flistxattr 13 -# endif -# ifndef __NR_removexattr -# define __NR_removexattr 14 -# endif -# ifndef __NR_lremovexattr -# define __NR_lremovexattr 15 -# endif -# ifndef __NR_fremovexattr -# define __NR_fremovexattr 16 -# endif -# ifndef __NR_getcwd -# define __NR_getcwd 17 -# endif -# ifndef __NR_lookup_dcookie -# define __NR_lookup_dcookie 18 -# endif -# ifndef __NR_eventfd2 -# define __NR_eventfd2 19 -# endif -# ifndef __NR_epoll_create1 -# define __NR_epoll_create1 20 -# endif -# ifndef __NR_epoll_ctl -# define __NR_epoll_ctl 21 -# endif -# ifndef __NR_epoll_pwait -# define __NR_epoll_pwait 22 -# endif -# ifndef __NR_dup -# define __NR_dup 23 -# endif -# ifndef __NR_dup3 -# define __NR_dup3 24 -# endif -# ifndef __NR_fcntl -# define __NR_fcntl 25 -# endif -# ifndef __NR_inotify_init1 -# define __NR_inotify_init1 26 -# endif -# ifndef __NR_inotify_add_watch -# define __NR_inotify_add_watch 27 -# endif -# ifndef __NR_inotify_rm_watch -# define __NR_inotify_rm_watch 28 -# endif -# ifndef __NR_ioctl -# define __NR_ioctl 29 -# endif -# ifndef __NR_ioprio_set -# define __NR_ioprio_set 30 -# endif -# ifndef __NR_ioprio_get -# define __NR_ioprio_get 31 -# endif -# ifndef __NR_flock -# define __NR_flock 32 -# endif -# ifndef __NR_mknodat -# define __NR_mknodat 33 -# endif -# ifndef __NR_mkdirat -# define __NR_mkdirat 34 -# endif -# ifndef __NR_unlinkat -# define __NR_unlinkat 35 -# endif -# ifndef __NR_symlinkat -# define __NR_symlinkat 36 -# endif -# ifndef __NR_linkat -# define __NR_linkat 37 -# endif -# ifndef __NR_renameat -# define __NR_renameat 38 -# endif -# ifndef __NR_umount2 -# define __NR_umount2 39 -# endif -# ifndef __NR_mount -# define __NR_mount 40 -# endif -# ifndef __NR_pivot_root -# define __NR_pivot_root 41 -# endif -# ifndef __NR_nfsservctl -# define __NR_nfsservctl 42 -# endif -# ifndef __NR_statfs -# define __NR_statfs 43 -# endif -# ifndef __NR_fstatfs -# define __NR_fstatfs 44 -# endif -# ifndef __NR_truncate -# define __NR_truncate 45 -# endif -# ifndef __NR_ftruncate -# define __NR_ftruncate 46 -# endif -# ifndef __NR_fallocate -# define __NR_fallocate 47 -# endif -# ifndef __NR_faccessat -# define __NR_faccessat 48 -# endif -# ifndef __NR_chdir -# define __NR_chdir 49 -# endif -# ifndef __NR_fchdir -# define __NR_fchdir 50 -# endif -# ifndef __NR_chroot -# define __NR_chroot 51 -# endif -# ifndef __NR_fchmod -# define __NR_fchmod 52 -# endif -# ifndef __NR_fchmodat -# define __NR_fchmodat 53 -# endif -# ifndef __NR_fchownat -# define __NR_fchownat 54 -# endif -# ifndef __NR_fchown -# define __NR_fchown 55 -# endif -# ifndef __NR_openat -# define __NR_openat 56 -# endif -# ifndef __NR_close -# define __NR_close 57 -# endif -# ifndef __NR_vhangup -# define __NR_vhangup 58 -# endif -# ifndef __NR_pipe2 -# define __NR_pipe2 59 -# endif -# ifndef __NR_quotactl -# define __NR_quotactl 60 -# endif -# ifndef __NR_getdents64 -# define __NR_getdents64 61 -# endif -# ifndef __NR_lseek -# define __NR_lseek 62 -# endif -# ifndef __NR_read -# define __NR_read 63 -# endif -# ifndef __NR_write -# define __NR_write 64 -# endif -# ifndef __NR_readv -# define __NR_readv 65 -# endif -# ifndef __NR_writev -# define __NR_writev 66 -# endif -# ifndef __NR_pread64 -# define __NR_pread64 67 -# endif -# ifndef __NR_pwrite64 -# define __NR_pwrite64 68 -# endif -# ifndef __NR_preadv -# define __NR_preadv 69 -# endif -# ifndef __NR_pwritev -# define __NR_pwritev 70 -# endif -# ifndef __NR_sendfile -# define __NR_sendfile 71 -# endif -# ifndef __NR_pselect6 -# define __NR_pselect6 72 -# endif -# ifndef __NR_ppoll -# define __NR_ppoll 73 -# endif -# ifndef __NR_signalfd4 -# define __NR_signalfd4 74 -# endif -# ifndef __NR_vmsplice -# define __NR_vmsplice 75 -# endif -# ifndef __NR_splice -# define __NR_splice 76 -# endif -# ifndef __NR_tee -# define __NR_tee 77 -# endif -# ifndef __NR_readlinkat -# define __NR_readlinkat 78 -# endif -# ifndef __NR_fstatat -# define __NR_fstatat 79 -# endif -# ifndef __NR_fstat -# define __NR_fstat 80 -# endif -# ifndef __NR_sync -# define __NR_sync 81 -# endif -# ifndef __NR_fsync -# define __NR_fsync 82 -# endif -# ifndef __NR_fdatasync -# define __NR_fdatasync 83 -# endif -# ifndef __NR_sync_file_range2 -# define __NR_sync_file_range2 84 -# endif -# ifndef __NR_sync_file_range -# define __NR_sync_file_range 84 -# endif -# ifndef __NR_timerfd_create -# define __NR_timerfd_create 85 -# endif -# ifndef __NR_timerfd_settime -# define __NR_timerfd_settime 86 -# endif -# ifndef __NR_timerfd_gettime -# define __NR_timerfd_gettime 87 -# endif -# ifndef __NR_utimensat -# define __NR_utimensat 88 -# endif -# ifndef __NR_acct -# define __NR_acct 89 -# endif -# ifndef __NR_capget -# define __NR_capget 90 -# endif -# ifndef __NR_capset -# define __NR_capset 91 -# endif -# ifndef __NR_personality -# define __NR_personality 92 -# endif -# ifndef __NR_exit -# define __NR_exit 93 -# endif -# ifndef __NR_exit_group -# define __NR_exit_group 94 -# endif -# ifndef __NR_waitid -# define __NR_waitid 95 -# endif -# ifndef __NR_set_tid_address -# define __NR_set_tid_address 96 -# endif -# ifndef __NR_unshare -# define __NR_unshare 97 -# endif -# ifndef __NR_futex -# define __NR_futex 98 -# endif -# ifndef __NR_set_robust_list -# define __NR_set_robust_list 99 -# endif -# ifndef __NR_get_robust_list -# define __NR_get_robust_list 100 -# endif -# ifndef __NR_nanosleep -# define __NR_nanosleep 101 -# endif -# ifndef __NR_getitimer -# define __NR_getitimer 102 -# endif -# ifndef __NR_setitimer -# define __NR_setitimer 103 -# endif -# ifndef __NR_kexec_load -# define __NR_kexec_load 104 -# endif -# ifndef __NR_init_module -# define __NR_init_module 105 -# endif -# ifndef __NR_delete_module -# define __NR_delete_module 106 -# endif -# ifndef __NR_timer_create -# define __NR_timer_create 107 -# endif -# ifndef __NR_timer_gettime -# define __NR_timer_gettime 108 -# endif -# ifndef __NR_timer_getoverrun -# define __NR_timer_getoverrun 109 -# endif -# ifndef __NR_timer_settime -# define __NR_timer_settime 110 -# endif -# ifndef __NR_timer_delete -# define __NR_timer_delete 111 -# endif -# ifndef __NR_clock_settime -# define __NR_clock_settime 112 -# endif -# ifndef __NR_clock_gettime -# define __NR_clock_gettime 113 -# endif -# ifndef __NR_clock_getres -# define __NR_clock_getres 114 -# endif -# ifndef __NR_clock_nanosleep -# define __NR_clock_nanosleep 115 -# endif -# ifndef __NR_syslog -# define __NR_syslog 116 -# endif -# ifndef __NR_ptrace -# define __NR_ptrace 117 -# endif -# ifndef __NR_sched_setparam -# define __NR_sched_setparam 118 -# endif -# ifndef __NR_sched_setscheduler -# define __NR_sched_setscheduler 119 -# endif -# ifndef __NR_sched_getscheduler -# define __NR_sched_getscheduler 120 -# endif -# ifndef __NR_sched_getparam -# define __NR_sched_getparam 121 -# endif -# ifndef __NR_sched_setaffinity -# define __NR_sched_setaffinity 122 -# endif -# ifndef __NR_sched_getaffinity -# define __NR_sched_getaffinity 123 -# endif -# ifndef __NR_sched_yield -# define __NR_sched_yield 124 -# endif -# ifndef __NR_sched_get_priority_max -# define __NR_sched_get_priority_max 125 -# endif -# ifndef __NR_sched_get_priority_min -# define __NR_sched_get_priority_min 126 -# endif -# ifndef __NR_sched_rr_get_interval -# define __NR_sched_rr_get_interval 127 -# endif -# ifndef __NR_restart_syscall -# define __NR_restart_syscall 128 -# endif -# ifndef __NR_kill -# define __NR_kill 129 -# endif -# ifndef __NR_tkill -# define __NR_tkill 130 -# endif -# ifndef __NR_tgkill -# define __NR_tgkill 131 -# endif -# ifndef __NR_sigaltstack -# define __NR_sigaltstack 132 -# endif -# ifndef __NR_rt_sigsuspend -# define __NR_rt_sigsuspend 133 -# endif -# ifndef __NR_rt_sigaction -# define __NR_rt_sigaction 134 -# endif -# ifndef __NR_rt_sigprocmask -# define __NR_rt_sigprocmask 135 -# endif -# ifndef __NR_rt_sigpending -# define __NR_rt_sigpending 136 -# endif -# ifndef __NR_rt_sigtimedwait -# define __NR_rt_sigtimedwait 137 -# endif -# ifndef __NR_rt_sigqueueinfo -# define __NR_rt_sigqueueinfo 138 -# endif -# ifndef __NR_rt_sigreturn -# define __NR_rt_sigreturn 139 -# endif -# ifndef __NR_setpriority -# define __NR_setpriority 140 -# endif -# ifndef __NR_getpriority -# define __NR_getpriority 141 -# endif -# ifndef __NR_reboot -# define __NR_reboot 142 -# endif -# ifndef __NR_setregid -# define __NR_setregid 143 -# endif -# ifndef __NR_setgid -# define __NR_setgid 144 -# endif -# ifndef __NR_setreuid -# define __NR_setreuid 145 -# endif -# ifndef __NR_setuid -# define __NR_setuid 146 -# endif -# ifndef __NR_setresuid -# define __NR_setresuid 147 -# endif -# ifndef __NR_getresuid -# define __NR_getresuid 148 -# endif -# ifndef __NR_setresgid -# define __NR_setresgid 149 -# endif -# ifndef __NR_getresgid -# define __NR_getresgid 150 -# endif -# ifndef __NR_setfsuid -# define __NR_setfsuid 151 -# endif -# ifndef __NR_setfsgid -# define __NR_setfsgid 152 -# endif -# ifndef __NR_times -# define __NR_times 153 -# endif -# ifndef __NR_setpgid -# define __NR_setpgid 154 -# endif -# ifndef __NR_getpgid -# define __NR_getpgid 155 -# endif -# ifndef __NR_getsid -# define __NR_getsid 156 -# endif -# ifndef __NR_setsid -# define __NR_setsid 157 -# endif -# ifndef __NR_getgroups -# define __NR_getgroups 158 -# endif -# ifndef __NR_setgroups -# define __NR_setgroups 159 -# endif -# ifndef __NR_uname -# define __NR_uname 160 -# endif -# ifndef __NR_sethostname -# define __NR_sethostname 161 -# endif -# ifndef __NR_setdomainname -# define __NR_setdomainname 162 -# endif -# ifndef __NR_getrlimit -# define __NR_getrlimit 163 -# endif -# ifndef __NR_setrlimit -# define __NR_setrlimit 164 -# endif -# ifndef __NR_getrusage -# define __NR_getrusage 165 -# endif -# ifndef __NR_umask -# define __NR_umask 166 -# endif -# ifndef __NR_prctl -# define __NR_prctl 167 -# endif -# ifndef __NR_getcpu -# define __NR_getcpu 168 -# endif -# ifndef __NR_gettimeofday -# define __NR_gettimeofday 169 -# endif -# ifndef __NR_settimeofday -# define __NR_settimeofday 170 -# endif -# ifndef __NR_adjtimex -# define __NR_adjtimex 171 -# endif -# ifndef __NR_getpid -# define __NR_getpid 172 -# endif -# ifndef __NR_getppid -# define __NR_getppid 173 -# endif -# ifndef __NR_getuid -# define __NR_getuid 174 -# endif -# ifndef __NR_geteuid -# define __NR_geteuid 175 -# endif -# ifndef __NR_getgid -# define __NR_getgid 176 -# endif -# ifndef __NR_getegid -# define __NR_getegid 177 -# endif -# ifndef __NR_gettid -# define __NR_gettid 178 -# endif -# ifndef __NR_sysinfo -# define __NR_sysinfo 179 -# endif -# ifndef __NR_mq_open -# define __NR_mq_open 180 -# endif -# ifndef __NR_mq_unlink -# define __NR_mq_unlink 181 -# endif -# ifndef __NR_mq_timedsend -# define __NR_mq_timedsend 182 -# endif -# ifndef __NR_mq_timedreceive -# define __NR_mq_timedreceive 183 -# endif -# ifndef __NR_mq_notify -# define __NR_mq_notify 184 -# endif -# ifndef __NR_mq_getsetattr -# define __NR_mq_getsetattr 185 -# endif -# ifndef __NR_msgget -# define __NR_msgget 186 -# endif -# ifndef __NR_msgctl -# define __NR_msgctl 187 -# endif -# ifndef __NR_msgrcv -# define __NR_msgrcv 188 -# endif -# ifndef __NR_msgsnd -# define __NR_msgsnd 189 -# endif -# ifndef __NR_semget -# define __NR_semget 190 -# endif -# ifndef __NR_semctl -# define __NR_semctl 191 -# endif -# ifndef __NR_semtimedop -# define __NR_semtimedop 192 -# endif -# ifndef __NR_semop -# define __NR_semop 193 -# endif -# ifndef __NR_shmget -# define __NR_shmget 194 -# endif -# ifndef __NR_shmctl -# define __NR_shmctl 195 -# endif -# ifndef __NR_shmat -# define __NR_shmat 196 -# endif -# ifndef __NR_shmdt -# define __NR_shmdt 197 -# endif -# ifndef __NR_socket -# define __NR_socket 198 -# endif -# ifndef __NR_socketpair -# define __NR_socketpair 199 -# endif -# ifndef __NR_bind -# define __NR_bind 200 -# endif -# ifndef __NR_listen -# define __NR_listen 201 -# endif -# ifndef __NR_accept -# define __NR_accept 202 -# endif -# ifndef __NR_connect -# define __NR_connect 203 -# endif -# ifndef __NR_getsockname -# define __NR_getsockname 204 -# endif -# ifndef __NR_getpeername -# define __NR_getpeername 205 -# endif -# ifndef __NR_sendto -# define __NR_sendto 206 -# endif -# ifndef __NR_recvfrom -# define __NR_recvfrom 207 -# endif -# ifndef __NR_setsockopt -# define __NR_setsockopt 208 -# endif -# ifndef __NR_getsockopt -# define __NR_getsockopt 209 -# endif -# ifndef __NR_shutdown -# define __NR_shutdown 210 -# endif -# ifndef __NR_sendmsg -# define __NR_sendmsg 211 -# endif -# ifndef __NR_recvmsg -# define __NR_recvmsg 212 -# endif -# ifndef __NR_readahead -# define __NR_readahead 213 -# endif -# ifndef __NR_brk -# define __NR_brk 214 -# endif -# ifndef __NR_munmap -# define __NR_munmap 215 -# endif -# ifndef __NR_mremap -# define __NR_mremap 216 -# endif -# ifndef __NR_add_key -# define __NR_add_key 217 -# endif -# ifndef __NR_request_key -# define __NR_request_key 218 -# endif -# ifndef __NR_keyctl -# define __NR_keyctl 219 -# endif -# ifndef __NR_clone -# define __NR_clone 220 -# endif -# ifndef __NR_execve -# define __NR_execve 221 -# endif -# ifndef __NR_mmap -# define __NR_mmap 222 -# endif -# ifndef __NR_fadvise64 -# define __NR_fadvise64 223 -# endif -# ifndef __NR_swapon -# define __NR_swapon 224 -# endif -# ifndef __NR_swapoff -# define __NR_swapoff 225 -# endif -# ifndef __NR_mprotect -# define __NR_mprotect 226 -# endif -# ifndef __NR_msync -# define __NR_msync 227 -# endif -# ifndef __NR_mlock -# define __NR_mlock 228 -# endif -# ifndef __NR_munlock -# define __NR_munlock 229 -# endif -# ifndef __NR_mlockall -# define __NR_mlockall 230 -# endif -# ifndef __NR_munlockall -# define __NR_munlockall 231 -# endif -# ifndef __NR_mincore -# define __NR_mincore 232 -# endif -# ifndef __NR_madvise -# define __NR_madvise 233 -# endif -# ifndef __NR_remap_file_pages -# define __NR_remap_file_pages 234 -# endif -# ifndef __NR_mbind -# define __NR_mbind 235 -# endif -# ifndef __NR_get_mempolicy -# define __NR_get_mempolicy 236 -# endif -# ifndef __NR_set_mempolicy -# define __NR_set_mempolicy 237 -# endif -# ifndef __NR_migrate_pages -# define __NR_migrate_pages 238 -# endif -# ifndef __NR_move_pages -# define __NR_move_pages 239 -# endif -# ifndef __NR_rt_tgsigqueueinfo -# define __NR_rt_tgsigqueueinfo 240 -# endif -# ifndef __NR_perf_event_open -# define __NR_perf_event_open 241 -# endif -# ifndef __NR_accept4 -# define __NR_accept4 242 -# endif -# ifndef __NR_recvmmsg -# define __NR_recvmmsg 243 -# endif -# ifndef __NR_wait4 -# define __NR_wait4 260 -# endif -# ifndef __NR_prlimit64 -# define __NR_prlimit64 261 -# endif -# ifndef __NR_fanotify_init -# define __NR_fanotify_init 262 -# endif -# ifndef __NR_fanotify_mark -# define __NR_fanotify_mark 263 -# endif -# ifndef __NR_name_to_handle_at -# define __NR_name_to_handle_at 264 -# endif -# ifndef __NR_open_by_handle_at -# define __NR_open_by_handle_at 265 -# endif -# ifndef __NR_clock_adjtime -# define __NR_clock_adjtime 266 -# endif -# ifndef __NR_syncfs -# define __NR_syncfs 267 -# endif -# ifndef __NR_setns -# define __NR_setns 268 -# endif -# ifndef __NR_sendmmsg -# define __NR_sendmmsg 269 -# endif -#endif - - -#ifdef __arm__ -# ifndef __NR_restart_syscall -# define __NR_restart_syscall (__NR_SYSCALL_BASE+ 0) -# endif -# ifndef __NR_exit -# define __NR_exit (__NR_SYSCALL_BASE+ 1) -# endif -# ifndef __NR_fork -# define __NR_fork (__NR_SYSCALL_BASE+ 2) -# endif -# ifndef __NR_read -# define __NR_read (__NR_SYSCALL_BASE+ 3) -# endif -# ifndef __NR_write -# define __NR_write (__NR_SYSCALL_BASE+ 4) -# endif -# ifndef __NR_open -# define __NR_open (__NR_SYSCALL_BASE+ 5) -# endif -# ifndef __NR_close -# define __NR_close (__NR_SYSCALL_BASE+ 6) -# endif -# ifndef __NR_creat -# define __NR_creat (__NR_SYSCALL_BASE+ 8) -# endif -# ifndef __NR_link -# define __NR_link (__NR_SYSCALL_BASE+ 9) -# endif -# ifndef __NR_unlink -# define __NR_unlink (__NR_SYSCALL_BASE+ 10) -# endif -# ifndef __NR_execve -# define __NR_execve (__NR_SYSCALL_BASE+ 11) -# endif -# ifndef __NR_chdir -# define __NR_chdir (__NR_SYSCALL_BASE+ 12) -# endif -# ifndef __NR_time -# define __NR_time (__NR_SYSCALL_BASE+ 13) -# endif -# ifndef __NR_mknod -# define __NR_mknod (__NR_SYSCALL_BASE+ 14) -# endif -# ifndef __NR_chmod -# define __NR_chmod (__NR_SYSCALL_BASE+ 15) -# endif -# ifndef __NR_lchown -# define __NR_lchown (__NR_SYSCALL_BASE+ 16) -# endif -# ifndef __NR_lseek -# define __NR_lseek (__NR_SYSCALL_BASE+ 19) -# endif -# ifndef __NR_getpid -# define __NR_getpid (__NR_SYSCALL_BASE+ 20) -# endif -# ifndef __NR_mount -# define __NR_mount (__NR_SYSCALL_BASE+ 21) -# endif -# ifndef __NR_umount -# define __NR_umount (__NR_SYSCALL_BASE+ 22) -# endif -# ifndef __NR_setuid -# define __NR_setuid (__NR_SYSCALL_BASE+ 23) -# endif -# ifndef __NR_getuid -# define __NR_getuid (__NR_SYSCALL_BASE+ 24) -# endif -# ifndef __NR_stime -# define __NR_stime (__NR_SYSCALL_BASE+ 25) -# endif -# ifndef __NR_ptrace -# define __NR_ptrace (__NR_SYSCALL_BASE+ 26) -# endif -# ifndef __NR_alarm -# define __NR_alarm (__NR_SYSCALL_BASE+ 27) -# endif -# ifndef __NR_pause -# define __NR_pause (__NR_SYSCALL_BASE+ 29) -# endif -# ifndef __NR_utime -# define __NR_utime (__NR_SYSCALL_BASE+ 30) -# endif -# ifndef __NR_access -# define __NR_access (__NR_SYSCALL_BASE+ 33) -# endif -# ifndef __NR_nice -# define __NR_nice (__NR_SYSCALL_BASE+ 34) -# endif -# ifndef __NR_sync -# define __NR_sync (__NR_SYSCALL_BASE+ 36) -# endif -# ifndef __NR_kill -# define __NR_kill (__NR_SYSCALL_BASE+ 37) -# endif -# ifndef __NR_rename -# define __NR_rename (__NR_SYSCALL_BASE+ 38) -# endif -# ifndef __NR_mkdir -# define __NR_mkdir (__NR_SYSCALL_BASE+ 39) -# endif -# ifndef __NR_rmdir -# define __NR_rmdir (__NR_SYSCALL_BASE+ 40) -# endif -# ifndef __NR_dup -# define __NR_dup (__NR_SYSCALL_BASE+ 41) -# endif -# ifndef __NR_pipe -# define __NR_pipe (__NR_SYSCALL_BASE+ 42) -# endif -# ifndef __NR_times -# define __NR_times (__NR_SYSCALL_BASE+ 43) -# endif -# ifndef __NR_brk -# define __NR_brk (__NR_SYSCALL_BASE+ 45) -# endif -# ifndef __NR_setgid -# define __NR_setgid (__NR_SYSCALL_BASE+ 46) -# endif -# ifndef __NR_getgid -# define __NR_getgid (__NR_SYSCALL_BASE+ 47) -# endif -# ifndef __NR_geteuid -# define __NR_geteuid (__NR_SYSCALL_BASE+ 49) -# endif -# ifndef __NR_getegid -# define __NR_getegid (__NR_SYSCALL_BASE+ 50) -# endif -# ifndef __NR_acct -# define __NR_acct (__NR_SYSCALL_BASE+ 51) -# endif -# ifndef __NR_umount2 -# define __NR_umount2 (__NR_SYSCALL_BASE+ 52) -# endif -# ifndef __NR_ioctl -# define __NR_ioctl (__NR_SYSCALL_BASE+ 54) -# endif -# ifndef __NR_fcntl -# define __NR_fcntl (__NR_SYSCALL_BASE+ 55) -# endif -# ifndef __NR_setpgid -# define __NR_setpgid (__NR_SYSCALL_BASE+ 57) -# endif -# ifndef __NR_umask -# define __NR_umask (__NR_SYSCALL_BASE+ 60) -# endif -# ifndef __NR_chroot -# define __NR_chroot (__NR_SYSCALL_BASE+ 61) -# endif -# ifndef __NR_ustat -# define __NR_ustat (__NR_SYSCALL_BASE+ 62) -# endif -# ifndef __NR_dup2 -# define __NR_dup2 (__NR_SYSCALL_BASE+ 63) -# endif -# ifndef __NR_getppid -# define __NR_getppid (__NR_SYSCALL_BASE+ 64) -# endif -# ifndef __NR_getpgrp -# define __NR_getpgrp (__NR_SYSCALL_BASE+ 65) -# endif -# ifndef __NR_setsid -# define __NR_setsid (__NR_SYSCALL_BASE+ 66) -# endif -# ifndef __NR_sigaction -# define __NR_sigaction (__NR_SYSCALL_BASE+ 67) -# endif -# ifndef __NR_setreuid -# define __NR_setreuid (__NR_SYSCALL_BASE+ 70) -# endif -# ifndef __NR_setregid -# define __NR_setregid (__NR_SYSCALL_BASE+ 71) -# endif -# ifndef __NR_sigsuspend -# define __NR_sigsuspend (__NR_SYSCALL_BASE+ 72) -# endif -# ifndef __NR_sigpending -# define __NR_sigpending (__NR_SYSCALL_BASE+ 73) -# endif -# ifndef __NR_sethostname -# define __NR_sethostname (__NR_SYSCALL_BASE+ 74) -# endif -# ifndef __NR_setrlimit -# define __NR_setrlimit (__NR_SYSCALL_BASE+ 75) -# endif -# ifndef __NR_getrlimit -# define __NR_getrlimit (__NR_SYSCALL_BASE+ 76) -# endif -# ifndef __NR_getrusage -# define __NR_getrusage (__NR_SYSCALL_BASE+ 77) -# endif -# ifndef __NR_gettimeofday -# define __NR_gettimeofday (__NR_SYSCALL_BASE+ 78) -# endif -# ifndef __NR_settimeofday -# define __NR_settimeofday (__NR_SYSCALL_BASE+ 79) -# endif -# ifndef __NR_getgroups -# define __NR_getgroups (__NR_SYSCALL_BASE+ 80) -# endif -# ifndef __NR_setgroups -# define __NR_setgroups (__NR_SYSCALL_BASE+ 81) -# endif -# ifndef __NR_select -# define __NR_select (__NR_SYSCALL_BASE+ 82) -# endif -# ifndef __NR_symlink -# define __NR_symlink (__NR_SYSCALL_BASE+ 83) -# endif -# ifndef __NR_readlink -# define __NR_readlink (__NR_SYSCALL_BASE+ 85) -# endif -# ifndef __NR_uselib -# define __NR_uselib (__NR_SYSCALL_BASE+ 86) -# endif -# ifndef __NR_swapon -# define __NR_swapon (__NR_SYSCALL_BASE+ 87) -# endif -# ifndef __NR_reboot -# define __NR_reboot (__NR_SYSCALL_BASE+ 88) -# endif -# ifndef __NR_readdir -# define __NR_readdir (__NR_SYSCALL_BASE+ 89) -# endif -# ifndef __NR_mmap -# define __NR_mmap (__NR_SYSCALL_BASE+ 90) -# endif -# ifndef __NR_munmap -# define __NR_munmap (__NR_SYSCALL_BASE+ 91) -# endif -# ifndef __NR_truncate -# define __NR_truncate (__NR_SYSCALL_BASE+ 92) -# endif -# ifndef __NR_ftruncate -# define __NR_ftruncate (__NR_SYSCALL_BASE+ 93) -# endif -# ifndef __NR_fchmod -# define __NR_fchmod (__NR_SYSCALL_BASE+ 94) -# endif -# ifndef __NR_fchown -# define __NR_fchown (__NR_SYSCALL_BASE+ 95) -# endif -# ifndef __NR_getpriority -# define __NR_getpriority (__NR_SYSCALL_BASE+ 96) -# endif -# ifndef __NR_setpriority -# define __NR_setpriority (__NR_SYSCALL_BASE+ 97) -# endif -# ifndef __NR_statfs -# define __NR_statfs (__NR_SYSCALL_BASE+ 99) -# endif -# ifndef __NR_fstatfs -# define __NR_fstatfs (__NR_SYSCALL_BASE+100) -# endif -# ifndef __NR_socketcall -# define __NR_socketcall (__NR_SYSCALL_BASE+102) -# endif -# ifndef __NR_syslog -# define __NR_syslog (__NR_SYSCALL_BASE+103) -# endif -# ifndef __NR_setitimer -# define __NR_setitimer (__NR_SYSCALL_BASE+104) -# endif -# ifndef __NR_getitimer -# define __NR_getitimer (__NR_SYSCALL_BASE+105) -# endif -# ifndef __NR_stat -# define __NR_stat (__NR_SYSCALL_BASE+106) -# endif -# ifndef __NR_lstat -# define __NR_lstat (__NR_SYSCALL_BASE+107) -# endif -# ifndef __NR_fstat -# define __NR_fstat (__NR_SYSCALL_BASE+108) -# endif -# ifndef __NR_vhangup -# define __NR_vhangup (__NR_SYSCALL_BASE+111) -# endif -# ifndef __NR_syscall -# define __NR_syscall (__NR_SYSCALL_BASE+113) -# endif -# ifndef __NR_wait4 -# define __NR_wait4 (__NR_SYSCALL_BASE+114) -# endif -# ifndef __NR_swapoff -# define __NR_swapoff (__NR_SYSCALL_BASE+115) -# endif -# ifndef __NR_sysinfo -# define __NR_sysinfo (__NR_SYSCALL_BASE+116) -# endif -# ifndef __NR_ipc -# define __NR_ipc (__NR_SYSCALL_BASE+117) -# endif -# ifndef __NR_fsync -# define __NR_fsync (__NR_SYSCALL_BASE+118) -# endif -# ifndef __NR_sigreturn -# define __NR_sigreturn (__NR_SYSCALL_BASE+119) -# endif -# ifndef __NR_clone -# define __NR_clone (__NR_SYSCALL_BASE+120) -# endif -# ifndef __NR_setdomainname -# define __NR_setdomainname (__NR_SYSCALL_BASE+121) -# endif -# ifndef __NR_uname -# define __NR_uname (__NR_SYSCALL_BASE+122) -# endif -# ifndef __NR_adjtimex -# define __NR_adjtimex (__NR_SYSCALL_BASE+124) -# endif -# ifndef __NR_mprotect -# define __NR_mprotect (__NR_SYSCALL_BASE+125) -# endif -# ifndef __NR_sigprocmask -# define __NR_sigprocmask (__NR_SYSCALL_BASE+126) -# endif -# ifndef __NR_init_module -# define __NR_init_module (__NR_SYSCALL_BASE+128) -# endif -# ifndef __NR_delete_module -# define __NR_delete_module (__NR_SYSCALL_BASE+129) -# endif -# ifndef __NR_quotactl -# define __NR_quotactl (__NR_SYSCALL_BASE+131) -# endif -# ifndef __NR_getpgid -# define __NR_getpgid (__NR_SYSCALL_BASE+132) -# endif -# ifndef __NR_fchdir -# define __NR_fchdir (__NR_SYSCALL_BASE+133) -# endif -# ifndef __NR_bdflush -# define __NR_bdflush (__NR_SYSCALL_BASE+134) -# endif -# ifndef __NR_sysfs -# define __NR_sysfs (__NR_SYSCALL_BASE+135) -# endif -# ifndef __NR_personality -# define __NR_personality (__NR_SYSCALL_BASE+136) -# endif -# ifndef __NR_setfsuid -# define __NR_setfsuid (__NR_SYSCALL_BASE+138) -# endif -# ifndef __NR_setfsgid -# define __NR_setfsgid (__NR_SYSCALL_BASE+139) -# endif -# ifndef __NR_getdents -# define __NR_getdents (__NR_SYSCALL_BASE+141) -# endif -# ifndef __NR_flock -# define __NR_flock (__NR_SYSCALL_BASE+143) -# endif -# ifndef __NR_msync -# define __NR_msync (__NR_SYSCALL_BASE+144) -# endif -# ifndef __NR_readv -# define __NR_readv (__NR_SYSCALL_BASE+145) -# endif -# ifndef __NR_writev -# define __NR_writev (__NR_SYSCALL_BASE+146) -# endif -# ifndef __NR_getsid -# define __NR_getsid (__NR_SYSCALL_BASE+147) -# endif -# ifndef __NR_fdatasync -# define __NR_fdatasync (__NR_SYSCALL_BASE+148) -# endif -# ifndef __NR_mlock -# define __NR_mlock (__NR_SYSCALL_BASE+150) -# endif -# ifndef __NR_munlock -# define __NR_munlock (__NR_SYSCALL_BASE+151) -# endif -# ifndef __NR_mlockall -# define __NR_mlockall (__NR_SYSCALL_BASE+152) -# endif -# ifndef __NR_munlockall -# define __NR_munlockall (__NR_SYSCALL_BASE+153) -# endif -# ifndef __NR_sched_setparam -# define __NR_sched_setparam (__NR_SYSCALL_BASE+154) -# endif -# ifndef __NR_sched_getparam -# define __NR_sched_getparam (__NR_SYSCALL_BASE+155) -# endif -# ifndef __NR_sched_setscheduler -# define __NR_sched_setscheduler (__NR_SYSCALL_BASE+156) -# endif -# ifndef __NR_sched_getscheduler -# define __NR_sched_getscheduler (__NR_SYSCALL_BASE+157) -# endif -# ifndef __NR_sched_yield -# define __NR_sched_yield (__NR_SYSCALL_BASE+158) -# endif -# ifndef __NR_sched_get_priority_max -# define __NR_sched_get_priority_max (__NR_SYSCALL_BASE+159) -# endif -# ifndef __NR_sched_get_priority_min -# define __NR_sched_get_priority_min (__NR_SYSCALL_BASE+160) -# endif -# ifndef __NR_sched_rr_get_interval -# define __NR_sched_rr_get_interval (__NR_SYSCALL_BASE+161) -# endif -# ifndef __NR_nanosleep -# define __NR_nanosleep (__NR_SYSCALL_BASE+162) -# endif -# ifndef __NR_mremap -# define __NR_mremap (__NR_SYSCALL_BASE+163) -# endif -# ifndef __NR_setresuid -# define __NR_setresuid (__NR_SYSCALL_BASE+164) -# endif -# ifndef __NR_getresuid -# define __NR_getresuid (__NR_SYSCALL_BASE+165) -# endif -# ifndef __NR_poll -# define __NR_poll (__NR_SYSCALL_BASE+168) -# endif -# ifndef __NR_nfsservctl -# define __NR_nfsservctl (__NR_SYSCALL_BASE+169) -# endif -# ifndef __NR_setresgid -# define __NR_setresgid (__NR_SYSCALL_BASE+170) -# endif -# ifndef __NR_getresgid -# define __NR_getresgid (__NR_SYSCALL_BASE+171) -# endif -# ifndef __NR_prctl -# define __NR_prctl (__NR_SYSCALL_BASE+172) -# endif -# ifndef __NR_rt_sigreturn -# define __NR_rt_sigreturn (__NR_SYSCALL_BASE+173) -# endif -# ifndef __NR_rt_sigaction -# define __NR_rt_sigaction (__NR_SYSCALL_BASE+174) -# endif -# ifndef __NR_rt_sigprocmask -# define __NR_rt_sigprocmask (__NR_SYSCALL_BASE+175) -# endif -# ifndef __NR_rt_sigpending -# define __NR_rt_sigpending (__NR_SYSCALL_BASE+176) -# endif -# ifndef __NR_rt_sigtimedwait -# define __NR_rt_sigtimedwait (__NR_SYSCALL_BASE+177) -# endif -# ifndef __NR_rt_sigqueueinfo -# define __NR_rt_sigqueueinfo (__NR_SYSCALL_BASE+178) -# endif -# ifndef __NR_rt_sigsuspend -# define __NR_rt_sigsuspend (__NR_SYSCALL_BASE+179) -# endif -# ifndef __NR_pread64 -# define __NR_pread64 (__NR_SYSCALL_BASE+180) -# endif -# ifndef __NR_pwrite64 -# define __NR_pwrite64 (__NR_SYSCALL_BASE+181) -# endif -# ifndef __NR_chown -# define __NR_chown (__NR_SYSCALL_BASE+182) -# endif -# ifndef __NR_getcwd -# define __NR_getcwd (__NR_SYSCALL_BASE+183) -# endif -# ifndef __NR_capget -# define __NR_capget (__NR_SYSCALL_BASE+184) -# endif -# ifndef __NR_capset -# define __NR_capset (__NR_SYSCALL_BASE+185) -# endif -# ifndef __NR_sigaltstack -# define __NR_sigaltstack (__NR_SYSCALL_BASE+186) -# endif -# ifndef __NR_sendfile -# define __NR_sendfile (__NR_SYSCALL_BASE+187) -# endif -# ifndef __NR_vfork -# define __NR_vfork (__NR_SYSCALL_BASE+190) -# endif -# ifndef __NR_ugetrlimit -# define __NR_ugetrlimit (__NR_SYSCALL_BASE+191) -# endif -# ifndef __NR_mmap2 -# define __NR_mmap2 (__NR_SYSCALL_BASE+192) -# endif -# ifndef __NR_truncate64 -# define __NR_truncate64 (__NR_SYSCALL_BASE+193) -# endif -# ifndef __NR_ftruncate64 -# define __NR_ftruncate64 (__NR_SYSCALL_BASE+194) -# endif -# ifndef __NR_stat64 -# define __NR_stat64 (__NR_SYSCALL_BASE+195) -# endif -# ifndef __NR_lstat64 -# define __NR_lstat64 (__NR_SYSCALL_BASE+196) -# endif -# ifndef __NR_fstat64 -# define __NR_fstat64 (__NR_SYSCALL_BASE+197) -# endif -# ifndef __NR_lchown32 -# define __NR_lchown32 (__NR_SYSCALL_BASE+198) -# endif -# ifndef __NR_getuid32 -# define __NR_getuid32 (__NR_SYSCALL_BASE+199) -# endif -# ifndef __NR_getgid32 -# define __NR_getgid32 (__NR_SYSCALL_BASE+200) -# endif -# ifndef __NR_geteuid32 -# define __NR_geteuid32 (__NR_SYSCALL_BASE+201) -# endif -# ifndef __NR_getegid32 -# define __NR_getegid32 (__NR_SYSCALL_BASE+202) -# endif -# ifndef __NR_setreuid32 -# define __NR_setreuid32 (__NR_SYSCALL_BASE+203) -# endif -# ifndef __NR_setregid32 -# define __NR_setregid32 (__NR_SYSCALL_BASE+204) -# endif -# ifndef __NR_getgroups32 -# define __NR_getgroups32 (__NR_SYSCALL_BASE+205) -# endif -# ifndef __NR_setgroups32 -# define __NR_setgroups32 (__NR_SYSCALL_BASE+206) -# endif -# ifndef __NR_fchown32 -# define __NR_fchown32 (__NR_SYSCALL_BASE+207) -# endif -# ifndef __NR_setresuid32 -# define __NR_setresuid32 (__NR_SYSCALL_BASE+208) -# endif -# ifndef __NR_getresuid32 -# define __NR_getresuid32 (__NR_SYSCALL_BASE+209) -# endif -# ifndef __NR_setresgid32 -# define __NR_setresgid32 (__NR_SYSCALL_BASE+210) -# endif -# ifndef __NR_getresgid32 -# define __NR_getresgid32 (__NR_SYSCALL_BASE+211) -# endif -# ifndef __NR_chown32 -# define __NR_chown32 (__NR_SYSCALL_BASE+212) -# endif -# ifndef __NR_setuid32 -# define __NR_setuid32 (__NR_SYSCALL_BASE+213) -# endif -# ifndef __NR_setgid32 -# define __NR_setgid32 (__NR_SYSCALL_BASE+214) -# endif -# ifndef __NR_setfsuid32 -# define __NR_setfsuid32 (__NR_SYSCALL_BASE+215) -# endif -# ifndef __NR_setfsgid32 -# define __NR_setfsgid32 (__NR_SYSCALL_BASE+216) -# endif -# ifndef __NR_getdents64 -# define __NR_getdents64 (__NR_SYSCALL_BASE+217) -# endif -# ifndef __NR_pivot_root -# define __NR_pivot_root (__NR_SYSCALL_BASE+218) -# endif -# ifndef __NR_mincore -# define __NR_mincore (__NR_SYSCALL_BASE+219) -# endif -# ifndef __NR_madvise -# define __NR_madvise (__NR_SYSCALL_BASE+220) -# endif -# ifndef __NR_fcntl64 -# define __NR_fcntl64 (__NR_SYSCALL_BASE+221) -# endif -# ifndef __NR_gettid -# define __NR_gettid (__NR_SYSCALL_BASE+224) -# endif -# ifndef __NR_readahead -# define __NR_readahead (__NR_SYSCALL_BASE+225) -# endif -# ifndef __NR_setxattr -# define __NR_setxattr (__NR_SYSCALL_BASE+226) -# endif -# ifndef __NR_lsetxattr -# define __NR_lsetxattr (__NR_SYSCALL_BASE+227) -# endif -# ifndef __NR_fsetxattr -# define __NR_fsetxattr (__NR_SYSCALL_BASE+228) -# endif -# ifndef __NR_getxattr -# define __NR_getxattr (__NR_SYSCALL_BASE+229) -# endif -# ifndef __NR_lgetxattr -# define __NR_lgetxattr (__NR_SYSCALL_BASE+230) -# endif -# ifndef __NR_fgetxattr -# define __NR_fgetxattr (__NR_SYSCALL_BASE+231) -# endif -# ifndef __NR_listxattr -# define __NR_listxattr (__NR_SYSCALL_BASE+232) -# endif -# ifndef __NR_llistxattr -# define __NR_llistxattr (__NR_SYSCALL_BASE+233) -# endif -# ifndef __NR_flistxattr -# define __NR_flistxattr (__NR_SYSCALL_BASE+234) -# endif -# ifndef __NR_removexattr -# define __NR_removexattr (__NR_SYSCALL_BASE+235) -# endif -# ifndef __NR_lremovexattr -# define __NR_lremovexattr (__NR_SYSCALL_BASE+236) -# endif -# ifndef __NR_fremovexattr -# define __NR_fremovexattr (__NR_SYSCALL_BASE+237) -# endif -# ifndef __NR_tkill -# define __NR_tkill (__NR_SYSCALL_BASE+238) -# endif -# ifndef __NR_sendfile64 -# define __NR_sendfile64 (__NR_SYSCALL_BASE+239) -# endif -# ifndef __NR_futex -# define __NR_futex (__NR_SYSCALL_BASE+240) -# endif -# ifndef __NR_sched_setaffinity -# define __NR_sched_setaffinity (__NR_SYSCALL_BASE+241) -# endif -# ifndef __NR_sched_getaffinity -# define __NR_sched_getaffinity (__NR_SYSCALL_BASE+242) -# endif -# ifndef __NR_io_setup -# define __NR_io_setup (__NR_SYSCALL_BASE+243) -# endif -# ifndef __NR_io_destroy -# define __NR_io_destroy (__NR_SYSCALL_BASE+244) -# endif -# ifndef __NR_io_getevents -# define __NR_io_getevents (__NR_SYSCALL_BASE+245) -# endif -# ifndef __NR_io_submit -# define __NR_io_submit (__NR_SYSCALL_BASE+246) -# endif -# ifndef __NR_io_cancel -# define __NR_io_cancel (__NR_SYSCALL_BASE+247) -# endif -# ifndef __NR_exit_group -# define __NR_exit_group (__NR_SYSCALL_BASE+248) -# endif -# ifndef __NR_lookup_dcookie -# define __NR_lookup_dcookie (__NR_SYSCALL_BASE+249) -# endif -# ifndef __NR_epoll_create -# define __NR_epoll_create (__NR_SYSCALL_BASE+250) -# endif -# ifndef __NR_epoll_ctl -# define __NR_epoll_ctl (__NR_SYSCALL_BASE+251) -# endif -# ifndef __NR_epoll_wait -# define __NR_epoll_wait (__NR_SYSCALL_BASE+252) -# endif -# ifndef __NR_remap_file_pages -# define __NR_remap_file_pages (__NR_SYSCALL_BASE+253) -# endif -# ifndef __NR_set_tid_address -# define __NR_set_tid_address (__NR_SYSCALL_BASE+256) -# endif -# ifndef __NR_timer_create -# define __NR_timer_create (__NR_SYSCALL_BASE+257) -# endif -# ifndef __NR_timer_settime -# define __NR_timer_settime (__NR_SYSCALL_BASE+258) -# endif -# ifndef __NR_timer_gettime -# define __NR_timer_gettime (__NR_SYSCALL_BASE+259) -# endif -# ifndef __NR_timer_getoverrun -# define __NR_timer_getoverrun (__NR_SYSCALL_BASE+260) -# endif -# ifndef __NR_timer_delete -# define __NR_timer_delete (__NR_SYSCALL_BASE+261) -# endif -# ifndef __NR_clock_settime -# define __NR_clock_settime (__NR_SYSCALL_BASE+262) -# endif -# ifndef __NR_clock_gettime -# define __NR_clock_gettime (__NR_SYSCALL_BASE+263) -# endif -# ifndef __NR_clock_getres -# define __NR_clock_getres (__NR_SYSCALL_BASE+264) -# endif -# ifndef __NR_clock_nanosleep -# define __NR_clock_nanosleep (__NR_SYSCALL_BASE+265) -# endif -# ifndef __NR_statfs64 -# define __NR_statfs64 (__NR_SYSCALL_BASE+266) -# endif -# ifndef __NR_fstatfs64 -# define __NR_fstatfs64 (__NR_SYSCALL_BASE+267) -# endif -# ifndef __NR_tgkill -# define __NR_tgkill (__NR_SYSCALL_BASE+268) -# endif -# ifndef __NR_utimes -# define __NR_utimes (__NR_SYSCALL_BASE+269) -# endif -# ifndef __NR_arm_fadvise64_64 -# define __NR_arm_fadvise64_64 (__NR_SYSCALL_BASE+270) -# endif -# ifndef __NR_pciconfig_iobase -# define __NR_pciconfig_iobase (__NR_SYSCALL_BASE+271) -# endif -# ifndef __NR_pciconfig_read -# define __NR_pciconfig_read (__NR_SYSCALL_BASE+272) -# endif -# ifndef __NR_pciconfig_write -# define __NR_pciconfig_write (__NR_SYSCALL_BASE+273) -# endif -# ifndef __NR_mq_open -# define __NR_mq_open (__NR_SYSCALL_BASE+274) -# endif -# ifndef __NR_mq_unlink -# define __NR_mq_unlink (__NR_SYSCALL_BASE+275) -# endif -# ifndef __NR_mq_timedsend -# define __NR_mq_timedsend (__NR_SYSCALL_BASE+276) -# endif -# ifndef __NR_mq_timedreceive -# define __NR_mq_timedreceive (__NR_SYSCALL_BASE+277) -# endif -# ifndef __NR_mq_notify -# define __NR_mq_notify (__NR_SYSCALL_BASE+278) -# endif -# ifndef __NR_mq_getsetattr -# define __NR_mq_getsetattr (__NR_SYSCALL_BASE+279) -# endif -# ifndef __NR_waitid -# define __NR_waitid (__NR_SYSCALL_BASE+280) -# endif -# ifndef __NR_socket -# define __NR_socket (__NR_SYSCALL_BASE+281) -# endif -# ifndef __NR_bind -# define __NR_bind (__NR_SYSCALL_BASE+282) -# endif -# ifndef __NR_connect -# define __NR_connect (__NR_SYSCALL_BASE+283) -# endif -# ifndef __NR_listen -# define __NR_listen (__NR_SYSCALL_BASE+284) -# endif -# ifndef __NR_accept -# define __NR_accept (__NR_SYSCALL_BASE+285) -# endif -# ifndef __NR_getsockname -# define __NR_getsockname (__NR_SYSCALL_BASE+286) -# endif -# ifndef __NR_getpeername -# define __NR_getpeername (__NR_SYSCALL_BASE+287) -# endif -# ifndef __NR_socketpair -# define __NR_socketpair (__NR_SYSCALL_BASE+288) -# endif -# ifndef __NR_send -# define __NR_send (__NR_SYSCALL_BASE+289) -# endif -# ifndef __NR_sendto -# define __NR_sendto (__NR_SYSCALL_BASE+290) -# endif -# ifndef __NR_recv -# define __NR_recv (__NR_SYSCALL_BASE+291) -# endif -# ifndef __NR_recvfrom -# define __NR_recvfrom (__NR_SYSCALL_BASE+292) -# endif -# ifndef __NR_shutdown -# define __NR_shutdown (__NR_SYSCALL_BASE+293) -# endif -# ifndef __NR_setsockopt -# define __NR_setsockopt (__NR_SYSCALL_BASE+294) -# endif -# ifndef __NR_getsockopt -# define __NR_getsockopt (__NR_SYSCALL_BASE+295) -# endif -# ifndef __NR_sendmsg -# define __NR_sendmsg (__NR_SYSCALL_BASE+296) -# endif -# ifndef __NR_recvmsg -# define __NR_recvmsg (__NR_SYSCALL_BASE+297) -# endif -# ifndef __NR_semop -# define __NR_semop (__NR_SYSCALL_BASE+298) -# endif -# ifndef __NR_semget -# define __NR_semget (__NR_SYSCALL_BASE+299) -# endif -# ifndef __NR_semctl -# define __NR_semctl (__NR_SYSCALL_BASE+300) -# endif -# ifndef __NR_msgsnd -# define __NR_msgsnd (__NR_SYSCALL_BASE+301) -# endif -# ifndef __NR_msgrcv -# define __NR_msgrcv (__NR_SYSCALL_BASE+302) -# endif -# ifndef __NR_msgget -# define __NR_msgget (__NR_SYSCALL_BASE+303) -# endif -# ifndef __NR_msgctl -# define __NR_msgctl (__NR_SYSCALL_BASE+304) -# endif -# ifndef __NR_shmat -# define __NR_shmat (__NR_SYSCALL_BASE+305) -# endif -# ifndef __NR_shmdt -# define __NR_shmdt (__NR_SYSCALL_BASE+306) -# endif -# ifndef __NR_shmget -# define __NR_shmget (__NR_SYSCALL_BASE+307) -# endif -# ifndef __NR_shmctl -# define __NR_shmctl (__NR_SYSCALL_BASE+308) -# endif -# ifndef __NR_add_key -# define __NR_add_key (__NR_SYSCALL_BASE+309) -# endif -# ifndef __NR_request_key -# define __NR_request_key (__NR_SYSCALL_BASE+310) -# endif -# ifndef __NR_keyctl -# define __NR_keyctl (__NR_SYSCALL_BASE+311) -# endif -# ifndef __NR_semtimedop -# define __NR_semtimedop (__NR_SYSCALL_BASE+312) -# endif -# ifndef __NR_vserver -# define __NR_vserver (__NR_SYSCALL_BASE+313) -# endif -# ifndef __NR_ioprio_set -# define __NR_ioprio_set (__NR_SYSCALL_BASE+314) -# endif -# ifndef __NR_ioprio_get -# define __NR_ioprio_get (__NR_SYSCALL_BASE+315) -# endif -# ifndef __NR_inotify_init -# define __NR_inotify_init (__NR_SYSCALL_BASE+316) -# endif -# ifndef __NR_inotify_add_watch -# define __NR_inotify_add_watch (__NR_SYSCALL_BASE+317) -# endif -# ifndef __NR_inotify_rm_watch -# define __NR_inotify_rm_watch (__NR_SYSCALL_BASE+318) -# endif -# ifndef __NR_mbind -# define __NR_mbind (__NR_SYSCALL_BASE+319) -# endif -# ifndef __NR_get_mempolicy -# define __NR_get_mempolicy (__NR_SYSCALL_BASE+320) -# endif -# ifndef __NR_set_mempolicy -# define __NR_set_mempolicy (__NR_SYSCALL_BASE+321) -# endif -# ifndef __NR_openat -# define __NR_openat (__NR_SYSCALL_BASE+322) -# endif -# ifndef __NR_mkdirat -# define __NR_mkdirat (__NR_SYSCALL_BASE+323) -# endif -# ifndef __NR_mknodat -# define __NR_mknodat (__NR_SYSCALL_BASE+324) -# endif -# ifndef __NR_fchownat -# define __NR_fchownat (__NR_SYSCALL_BASE+325) -# endif -# ifndef __NR_futimesat -# define __NR_futimesat (__NR_SYSCALL_BASE+326) -# endif -# ifndef __NR_fstatat64 -# define __NR_fstatat64 (__NR_SYSCALL_BASE+327) -# endif -# ifndef __NR_unlinkat -# define __NR_unlinkat (__NR_SYSCALL_BASE+328) -# endif -# ifndef __NR_renameat -# define __NR_renameat (__NR_SYSCALL_BASE+329) -# endif -# ifndef __NR_linkat -# define __NR_linkat (__NR_SYSCALL_BASE+330) -# endif -# ifndef __NR_symlinkat -# define __NR_symlinkat (__NR_SYSCALL_BASE+331) -# endif -# ifndef __NR_readlinkat -# define __NR_readlinkat (__NR_SYSCALL_BASE+332) -# endif -# ifndef __NR_fchmodat -# define __NR_fchmodat (__NR_SYSCALL_BASE+333) -# endif -# ifndef __NR_faccessat -# define __NR_faccessat (__NR_SYSCALL_BASE+334) -# endif -# ifndef __NR_pselect6 -# define __NR_pselect6 (__NR_SYSCALL_BASE+335) -# endif -# ifndef __NR_ppoll -# define __NR_ppoll (__NR_SYSCALL_BASE+336) -# endif -# ifndef __NR_unshare -# define __NR_unshare (__NR_SYSCALL_BASE+337) -# endif -# ifndef __NR_set_robust_list -# define __NR_set_robust_list (__NR_SYSCALL_BASE+338) -# endif -# ifndef __NR_get_robust_list -# define __NR_get_robust_list (__NR_SYSCALL_BASE+339) -# endif -# ifndef __NR_splice -# define __NR_splice (__NR_SYSCALL_BASE+340) -# endif -# ifndef __NR_arm_sync_file_range -# define __NR_arm_sync_file_range (__NR_SYSCALL_BASE+341) -# endif -# ifndef __NR_sync_file_range2 -# define __NR_sync_file_range2 __NR_arm_sync_file_range -# endif -# ifndef __NR_tee -# define __NR_tee (__NR_SYSCALL_BASE+342) -# endif -# ifndef __NR_vmsplice -# define __NR_vmsplice (__NR_SYSCALL_BASE+343) -# endif -# ifndef __NR_move_pages -# define __NR_move_pages (__NR_SYSCALL_BASE+344) -# endif -# ifndef __NR_getcpu -# define __NR_getcpu (__NR_SYSCALL_BASE+345) -# endif -# ifndef __NR_epoll_pwait -# define __NR_epoll_pwait (__NR_SYSCALL_BASE+346) -# endif -# ifndef __NR_kexec_load -# define __NR_kexec_load (__NR_SYSCALL_BASE+347) -# endif -# ifndef __NR_utimensat -# define __NR_utimensat (__NR_SYSCALL_BASE+348) -# endif -# ifndef __NR_signalfd -# define __NR_signalfd (__NR_SYSCALL_BASE+349) -# endif -# ifndef __NR_timerfd_create -# define __NR_timerfd_create (__NR_SYSCALL_BASE+350) -# endif -# ifndef __NR_eventfd -# define __NR_eventfd (__NR_SYSCALL_BASE+351) -# endif -# ifndef __NR_fallocate -# define __NR_fallocate (__NR_SYSCALL_BASE+352) -# endif -# ifndef __NR_timerfd_settime -# define __NR_timerfd_settime (__NR_SYSCALL_BASE+353) -# endif -# ifndef __NR_timerfd_gettime -# define __NR_timerfd_gettime (__NR_SYSCALL_BASE+354) -# endif -# ifndef __NR_signalfd4 -# define __NR_signalfd4 (__NR_SYSCALL_BASE+355) -# endif -# ifndef __NR_eventfd2 -# define __NR_eventfd2 (__NR_SYSCALL_BASE+356) -# endif -# ifndef __NR_epoll_create1 -# define __NR_epoll_create1 (__NR_SYSCALL_BASE+357) -# endif -# ifndef __NR_dup3 -# define __NR_dup3 (__NR_SYSCALL_BASE+358) -# endif -# ifndef __NR_pipe2 -# define __NR_pipe2 (__NR_SYSCALL_BASE+359) -# endif -# ifndef __NR_inotify_init1 -# define __NR_inotify_init1 (__NR_SYSCALL_BASE+360) -# endif -# ifndef __NR_preadv -# define __NR_preadv (__NR_SYSCALL_BASE+361) -# endif -# ifndef __NR_pwritev -# define __NR_pwritev (__NR_SYSCALL_BASE+362) -# endif -# ifndef __NR_rt_tgsigqueueinfo -# define __NR_rt_tgsigqueueinfo (__NR_SYSCALL_BASE+363) -# endif -# ifndef __NR_perf_event_open -# define __NR_perf_event_open (__NR_SYSCALL_BASE+364) -# endif -# ifndef __NR_recvmmsg -# define __NR_recvmmsg (__NR_SYSCALL_BASE+365) -# endif -# ifndef __NR_accept4 -# define __NR_accept4 (__NR_SYSCALL_BASE+366) -# endif -# ifndef __NR_fanotify_init -# define __NR_fanotify_init (__NR_SYSCALL_BASE+367) -# endif -# ifndef __NR_fanotify_mark -# define __NR_fanotify_mark (__NR_SYSCALL_BASE+368) -# endif -# ifndef __NR_prlimit64 -# define __NR_prlimit64 (__NR_SYSCALL_BASE+369) -# endif -# ifndef __NR_getrandom -# define __NR_getrandom (__NR_SYSCALL_BASE+384) -# endif -#endif - - -#ifdef __hppa__ -# ifndef __NR_openat -# define __NR_openat 275 -# endif -# ifndef __NR_mkdirat -# define __NR_mkdirat (__NR_openat + 1) -# endif -# ifndef __NR_mknodat -# define __NR_mknodat (__NR_openat + 2) -# endif -# ifndef __NR_fchownat -# define __NR_fchownat (__NR_openat + 3) -# endif -# ifndef __NR_futimesat -# define __NR_futimesat (__NR_openat + 4) -# endif -# ifndef __NR_newfstatat -# define __NR_newfstatat (__NR_openat + 5) -# endif -# ifndef __NR_fstatat64 -# define __NR_fstatat64 (__NR_openat + 5) -# endif -# ifndef __NR_unlinkat -# define __NR_unlinkat (__NR_openat + 6) -# endif -# ifndef __NR_renameat -# define __NR_renameat (__NR_openat + 7) -# endif -# ifndef __NR_linkat -# define __NR_linkat (__NR_openat + 8) -# endif -# ifndef __NR_symlinkat -# define __NR_symlinkat (__NR_openat + 9) -# endif -# ifndef __NR_readlinkat -# define __NR_readlinkat (__NR_openat + 10) -# endif -# ifndef __NR_fchmodat -# define __NR_fchmodat (__NR_openat + 11) -# endif -# ifndef __NR_faccessat -# define __NR_faccessat (__NR_openat + 12) -# endif -# ifndef __NR_splice -# define __NR_splice 291 -# endif -# ifndef __NR_tee -# define __NR_tee 293 -# endif -# ifndef __NR_vmsplice -# define __NR_vmsplice 294 -# endif -#endif - - -#ifdef __i386__ -# ifndef __NR_restart_syscall -# define __NR_restart_syscall 0 -# endif -# ifndef __NR_exit -# define __NR_exit 1 -# endif -# ifndef __NR_fork -# define __NR_fork 2 -# endif -# ifndef __NR_read -# define __NR_read 3 -# endif -# ifndef __NR_write -# define __NR_write 4 -# endif -# ifndef __NR_open -# define __NR_open 5 -# endif -# ifndef __NR_close -# define __NR_close 6 -# endif -# ifndef __NR_waitpid -# define __NR_waitpid 7 -# endif -# ifndef __NR_creat -# define __NR_creat 8 -# endif -# ifndef __NR_link -# define __NR_link 9 -# endif -# ifndef __NR_unlink -# define __NR_unlink 10 -# endif -# ifndef __NR_execve -# define __NR_execve 11 -# endif -# ifndef __NR_chdir -# define __NR_chdir 12 -# endif -# ifndef __NR_time -# define __NR_time 13 -# endif -# ifndef __NR_mknod -# define __NR_mknod 14 -# endif -# ifndef __NR_chmod -# define __NR_chmod 15 -# endif -# ifndef __NR_lchown -# define __NR_lchown 16 -# endif -# ifndef __NR_break -# define __NR_break 17 -# endif -# ifndef __NR_oldstat -# define __NR_oldstat 18 -# endif -# ifndef __NR_lseek -# define __NR_lseek 19 -# endif -# ifndef __NR_getpid -# define __NR_getpid 20 -# endif -# ifndef __NR_mount -# define __NR_mount 21 -# endif -# ifndef __NR_umount -# define __NR_umount 22 -# endif -# ifndef __NR_setuid -# define __NR_setuid 23 -# endif -# ifndef __NR_getuid -# define __NR_getuid 24 -# endif -# ifndef __NR_stime -# define __NR_stime 25 -# endif -# ifndef __NR_ptrace -# define __NR_ptrace 26 -# endif -# ifndef __NR_alarm -# define __NR_alarm 27 -# endif -# ifndef __NR_oldfstat -# define __NR_oldfstat 28 -# endif -# ifndef __NR_pause -# define __NR_pause 29 -# endif -# ifndef __NR_utime -# define __NR_utime 30 -# endif -# ifndef __NR_stty -# define __NR_stty 31 -# endif -# ifndef __NR_gtty -# define __NR_gtty 32 -# endif -# ifndef __NR_access -# define __NR_access 33 -# endif -# ifndef __NR_nice -# define __NR_nice 34 -# endif -# ifndef __NR_ftime -# define __NR_ftime 35 -# endif -# ifndef __NR_sync -# define __NR_sync 36 -# endif -# ifndef __NR_kill -# define __NR_kill 37 -# endif -# ifndef __NR_rename -# define __NR_rename 38 -# endif -# ifndef __NR_mkdir -# define __NR_mkdir 39 -# endif -# ifndef __NR_rmdir -# define __NR_rmdir 40 -# endif -# ifndef __NR_dup -# define __NR_dup 41 -# endif -# ifndef __NR_pipe -# define __NR_pipe 42 -# endif -# ifndef __NR_times -# define __NR_times 43 -# endif -# ifndef __NR_prof -# define __NR_prof 44 -# endif -# ifndef __NR_brk -# define __NR_brk 45 -# endif -# ifndef __NR_setgid -# define __NR_setgid 46 -# endif -# ifndef __NR_getgid -# define __NR_getgid 47 -# endif -# ifndef __NR_signal -# define __NR_signal 48 -# endif -# ifndef __NR_geteuid -# define __NR_geteuid 49 -# endif -# ifndef __NR_getegid -# define __NR_getegid 50 -# endif -# ifndef __NR_acct -# define __NR_acct 51 -# endif -# ifndef __NR_umount2 -# define __NR_umount2 52 -# endif -# ifndef __NR_lock -# define __NR_lock 53 -# endif -# ifndef __NR_ioctl -# define __NR_ioctl 54 -# endif -# ifndef __NR_fcntl -# define __NR_fcntl 55 -# endif -# ifndef __NR_mpx -# define __NR_mpx 56 -# endif -# ifndef __NR_setpgid -# define __NR_setpgid 57 -# endif -# ifndef __NR_ulimit -# define __NR_ulimit 58 -# endif -# ifndef __NR_oldolduname -# define __NR_oldolduname 59 -# endif -# ifndef __NR_umask -# define __NR_umask 60 -# endif -# ifndef __NR_chroot -# define __NR_chroot 61 -# endif -# ifndef __NR_ustat -# define __NR_ustat 62 -# endif -# ifndef __NR_dup2 -# define __NR_dup2 63 -# endif -# ifndef __NR_getppid -# define __NR_getppid 64 -# endif -# ifndef __NR_getpgrp -# define __NR_getpgrp 65 -# endif -# ifndef __NR_setsid -# define __NR_setsid 66 -# endif -# ifndef __NR_sigaction -# define __NR_sigaction 67 -# endif -# ifndef __NR_sgetmask -# define __NR_sgetmask 68 -# endif -# ifndef __NR_ssetmask -# define __NR_ssetmask 69 -# endif -# ifndef __NR_setreuid -# define __NR_setreuid 70 -# endif -# ifndef __NR_setregid -# define __NR_setregid 71 -# endif -# ifndef __NR_sigsuspend -# define __NR_sigsuspend 72 -# endif -# ifndef __NR_sigpending -# define __NR_sigpending 73 -# endif -# ifndef __NR_sethostname -# define __NR_sethostname 74 -# endif -# ifndef __NR_setrlimit -# define __NR_setrlimit 75 -# endif -# ifndef __NR_getrlimit -# define __NR_getrlimit 76 -# endif -# ifndef __NR_getrusage -# define __NR_getrusage 77 -# endif -# ifndef __NR_gettimeofday -# define __NR_gettimeofday 78 -# endif -# ifndef __NR_settimeofday -# define __NR_settimeofday 79 -# endif -# ifndef __NR_getgroups -# define __NR_getgroups 80 -# endif -# ifndef __NR_setgroups -# define __NR_setgroups 81 -# endif -# ifndef __NR_select -# define __NR_select 82 -# endif -# ifndef __NR_symlink -# define __NR_symlink 83 -# endif -# ifndef __NR_oldlstat -# define __NR_oldlstat 84 -# endif -# ifndef __NR_readlink -# define __NR_readlink 85 -# endif -# ifndef __NR_uselib -# define __NR_uselib 86 -# endif -# ifndef __NR_swapon -# define __NR_swapon 87 -# endif -# ifndef __NR_reboot -# define __NR_reboot 88 -# endif -# ifndef __NR_readdir -# define __NR_readdir 89 -# endif -# ifndef __NR_mmap -# define __NR_mmap 90 -# endif -# ifndef __NR_munmap -# define __NR_munmap 91 -# endif -# ifndef __NR_truncate -# define __NR_truncate 92 -# endif -# ifndef __NR_ftruncate -# define __NR_ftruncate 93 -# endif -# ifndef __NR_fchmod -# define __NR_fchmod 94 -# endif -# ifndef __NR_fchown -# define __NR_fchown 95 -# endif -# ifndef __NR_getpriority -# define __NR_getpriority 96 -# endif -# ifndef __NR_setpriority -# define __NR_setpriority 97 -# endif -# ifndef __NR_profil -# define __NR_profil 98 -# endif -# ifndef __NR_statfs -# define __NR_statfs 99 -# endif -# ifndef __NR_fstatfs -# define __NR_fstatfs 100 -# endif -# ifndef __NR_ioperm -# define __NR_ioperm 101 -# endif -# ifndef __NR_socketcall -# define __NR_socketcall 102 -# endif -# ifndef __NR_syslog -# define __NR_syslog 103 -# endif -# ifndef __NR_setitimer -# define __NR_setitimer 104 -# endif -# ifndef __NR_getitimer -# define __NR_getitimer 105 -# endif -# ifndef __NR_stat -# define __NR_stat 106 -# endif -# ifndef __NR_lstat -# define __NR_lstat 107 -# endif -# ifndef __NR_fstat -# define __NR_fstat 108 -# endif -# ifndef __NR_olduname -# define __NR_olduname 109 -# endif -# ifndef __NR_iopl -# define __NR_iopl 110 -# endif -# ifndef __NR_vhangup -# define __NR_vhangup 111 -# endif -# ifndef __NR_idle -# define __NR_idle 112 -# endif -# ifndef __NR_vm86old -# define __NR_vm86old 113 -# endif -# ifndef __NR_wait4 -# define __NR_wait4 114 -# endif -# ifndef __NR_swapoff -# define __NR_swapoff 115 -# endif -# ifndef __NR_sysinfo -# define __NR_sysinfo 116 -# endif -# ifndef __NR_ipc -# define __NR_ipc 117 -# endif -# ifndef __NR_fsync -# define __NR_fsync 118 -# endif -# ifndef __NR_sigreturn -# define __NR_sigreturn 119 -# endif -# ifndef __NR_clone -# define __NR_clone 120 -# endif -# ifndef __NR_setdomainname -# define __NR_setdomainname 121 -# endif -# ifndef __NR_uname -# define __NR_uname 122 -# endif -# ifndef __NR_modify_ldt -# define __NR_modify_ldt 123 -# endif -# ifndef __NR_adjtimex -# define __NR_adjtimex 124 -# endif -# ifndef __NR_mprotect -# define __NR_mprotect 125 -# endif -# ifndef __NR_sigprocmask -# define __NR_sigprocmask 126 -# endif -# ifndef __NR_create_module -# define __NR_create_module 127 -# endif -# ifndef __NR_init_module -# define __NR_init_module 128 -# endif -# ifndef __NR_delete_module -# define __NR_delete_module 129 -# endif -# ifndef __NR_get_kernel_syms -# define __NR_get_kernel_syms 130 -# endif -# ifndef __NR_quotactl -# define __NR_quotactl 131 -# endif -# ifndef __NR_getpgid -# define __NR_getpgid 132 -# endif -# ifndef __NR_fchdir -# define __NR_fchdir 133 -# endif -# ifndef __NR_bdflush -# define __NR_bdflush 134 -# endif -# ifndef __NR_sysfs -# define __NR_sysfs 135 -# endif -# ifndef __NR_personality -# define __NR_personality 136 -# endif -# ifndef __NR_afs_syscall -# define __NR_afs_syscall 137 -# endif -# ifndef __NR_setfsuid -# define __NR_setfsuid 138 -# endif -# ifndef __NR_setfsgid -# define __NR_setfsgid 139 -# endif -# ifndef __NR_getdents -# define __NR_getdents 141 -# endif -# ifndef __NR_flock -# define __NR_flock 143 -# endif -# ifndef __NR_msync -# define __NR_msync 144 -# endif -# ifndef __NR_readv -# define __NR_readv 145 -# endif -# ifndef __NR_writev -# define __NR_writev 146 -# endif -# ifndef __NR_getsid -# define __NR_getsid 147 -# endif -# ifndef __NR_fdatasync -# define __NR_fdatasync 148 -# endif -# ifndef __NR_mlock -# define __NR_mlock 150 -# endif -# ifndef __NR_munlock -# define __NR_munlock 151 -# endif -# ifndef __NR_mlockall -# define __NR_mlockall 152 -# endif -# ifndef __NR_munlockall -# define __NR_munlockall 153 -# endif -# ifndef __NR_sched_setparam -# define __NR_sched_setparam 154 -# endif -# ifndef __NR_sched_getparam -# define __NR_sched_getparam 155 -# endif -# ifndef __NR_sched_setscheduler -# define __NR_sched_setscheduler 156 -# endif -# ifndef __NR_sched_getscheduler -# define __NR_sched_getscheduler 157 -# endif -# ifndef __NR_sched_yield -# define __NR_sched_yield 158 -# endif -# ifndef __NR_sched_get_priority_max -# define __NR_sched_get_priority_max 159 -# endif -# ifndef __NR_sched_get_priority_min -# define __NR_sched_get_priority_min 160 -# endif -# ifndef __NR_sched_rr_get_interval -# define __NR_sched_rr_get_interval 161 -# endif -# ifndef __NR_nanosleep -# define __NR_nanosleep 162 -# endif -# ifndef __NR_mremap -# define __NR_mremap 163 -# endif -# ifndef __NR_setresuid -# define __NR_setresuid 164 -# endif -# ifndef __NR_getresuid -# define __NR_getresuid 165 -# endif -# ifndef __NR_vm86 -# define __NR_vm86 166 -# endif -# ifndef __NR_query_module -# define __NR_query_module 167 -# endif -# ifndef __NR_poll -# define __NR_poll 168 -# endif -# ifndef __NR_nfsservctl -# define __NR_nfsservctl 169 -# endif -# ifndef __NR_setresgid -# define __NR_setresgid 170 -# endif -# ifndef __NR_getresgid -# define __NR_getresgid 171 -# endif -# ifndef __NR_prctl -# define __NR_prctl 172 -# endif -# ifndef __NR_rt_sigreturn -# define __NR_rt_sigreturn 173 -# endif -# ifndef __NR_rt_sigaction -# define __NR_rt_sigaction 174 -# endif -# ifndef __NR_rt_sigprocmask -# define __NR_rt_sigprocmask 175 -# endif -# ifndef __NR_rt_sigpending -# define __NR_rt_sigpending 176 -# endif -# ifndef __NR_rt_sigtimedwait -# define __NR_rt_sigtimedwait 177 -# endif -# ifndef __NR_rt_sigqueueinfo -# define __NR_rt_sigqueueinfo 178 -# endif -# ifndef __NR_rt_sigsuspend -# define __NR_rt_sigsuspend 179 -# endif -# ifndef __NR_pread64 -# define __NR_pread64 180 -# endif -# ifndef __NR_pwrite64 -# define __NR_pwrite64 181 -# endif -# ifndef __NR_chown -# define __NR_chown 182 -# endif -# ifndef __NR_getcwd -# define __NR_getcwd 183 -# endif -# ifndef __NR_capget -# define __NR_capget 184 -# endif -# ifndef __NR_capset -# define __NR_capset 185 -# endif -# ifndef __NR_sigaltstack -# define __NR_sigaltstack 186 -# endif -# ifndef __NR_sendfile -# define __NR_sendfile 187 -# endif -# ifndef __NR_getpmsg -# define __NR_getpmsg 188 -# endif -# ifndef __NR_putpmsg -# define __NR_putpmsg 189 -# endif -# ifndef __NR_vfork -# define __NR_vfork 190 -# endif -# ifndef __NR_ugetrlimit -# define __NR_ugetrlimit 191 -# endif -# ifndef __NR_mmap2 -# define __NR_mmap2 192 -# endif -# ifndef __NR_truncate64 -# define __NR_truncate64 193 -# endif -# ifndef __NR_ftruncate64 -# define __NR_ftruncate64 194 -# endif -# ifndef __NR_stat64 -# define __NR_stat64 195 -# endif -# ifndef __NR_lstat64 -# define __NR_lstat64 196 -# endif -# ifndef __NR_fstat64 -# define __NR_fstat64 197 -# endif -# ifndef __NR_lchown32 -# define __NR_lchown32 198 -# endif -# ifndef __NR_getuid32 -# define __NR_getuid32 199 -# endif -# ifndef __NR_getgid32 -# define __NR_getgid32 200 -# endif -# ifndef __NR_geteuid32 -# define __NR_geteuid32 201 -# endif -# ifndef __NR_getegid32 -# define __NR_getegid32 202 -# endif -# ifndef __NR_setreuid32 -# define __NR_setreuid32 203 -# endif -# ifndef __NR_setregid32 -# define __NR_setregid32 204 -# endif -# ifndef __NR_getgroups32 -# define __NR_getgroups32 205 -# endif -# ifndef __NR_setgroups32 -# define __NR_setgroups32 206 -# endif -# ifndef __NR_fchown32 -# define __NR_fchown32 207 -# endif -# ifndef __NR_setresuid32 -# define __NR_setresuid32 208 -# endif -# ifndef __NR_getresuid32 -# define __NR_getresuid32 209 -# endif -# ifndef __NR_setresgid32 -# define __NR_setresgid32 210 -# endif -# ifndef __NR_getresgid32 -# define __NR_getresgid32 211 -# endif -# ifndef __NR_chown32 -# define __NR_chown32 212 -# endif -# ifndef __NR_setuid32 -# define __NR_setuid32 213 -# endif -# ifndef __NR_setgid32 -# define __NR_setgid32 214 -# endif -# ifndef __NR_setfsuid32 -# define __NR_setfsuid32 215 -# endif -# ifndef __NR_setfsgid32 -# define __NR_setfsgid32 216 -# endif -# ifndef __NR_pivot_root -# define __NR_pivot_root 217 -# endif -# ifndef __NR_mincore -# define __NR_mincore 218 -# endif -# ifndef __NR_madvise -# define __NR_madvise 219 -# endif -# ifndef __NR_madvise1 -# define __NR_madvise1 219 -# endif -# ifndef __NR_getdents64 -# define __NR_getdents64 220 -# endif -# ifndef __NR_fcntl64 -# define __NR_fcntl64 221 -# endif -# ifndef __NR_gettid -# define __NR_gettid 224 -# endif -# ifndef __NR_readahead -# define __NR_readahead 225 -# endif -# ifndef __NR_setxattr -# define __NR_setxattr 226 -# endif -# ifndef __NR_lsetxattr -# define __NR_lsetxattr 227 -# endif -# ifndef __NR_fsetxattr -# define __NR_fs... [truncated message content] |