Elliott Hughes | d35df49 | 2017-02-15 15:19:05 -0800 | [diff] [blame] | 1 | /* Generated by Makefile from scno.head syscallent.i; do not edit. */ |
| 2 | #if defined __X32_SYSCALL_BIT && defined __NR_read \ |
| 3 | && (__X32_SYSCALL_BIT & __NR_read) == __X32_SYSCALL_BIT |
| 4 | # define SYSCALL_BIT __X32_SYSCALL_BIT |
| 5 | #else |
| 6 | # define SYSCALL_BIT 0 |
| 7 | #endif |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 8 | #ifndef __NR_read |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 9 | # define __NR_read (SYSCALL_BIT | 0) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 10 | #endif |
| 11 | #ifndef __NR_write |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 12 | # define __NR_write (SYSCALL_BIT | 1) |
Elliott Hughes | 03a418e | 2018-06-15 13:11:40 -0700 | [diff] [blame] | 13 | #endif |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 14 | #ifndef __NR_open |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 15 | # define __NR_open (SYSCALL_BIT | 2) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 16 | #endif |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 17 | #ifndef __NR_close |
| 18 | # define __NR_close (SYSCALL_BIT | 3) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 19 | #endif |
| 20 | #ifndef __NR_stat |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 21 | # define __NR_stat (SYSCALL_BIT | 4) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 22 | #endif |
| 23 | #ifndef __NR_fstat |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 24 | # define __NR_fstat (SYSCALL_BIT | 5) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 25 | #endif |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 26 | #ifndef __NR_lstat |
| 27 | # define __NR_lstat (SYSCALL_BIT | 6) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 28 | #endif |
| 29 | #ifndef __NR_poll |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 30 | # define __NR_poll (SYSCALL_BIT | 7) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 31 | #endif |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 32 | #ifndef __NR_lseek |
| 33 | # define __NR_lseek (SYSCALL_BIT | 8) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 34 | #endif |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 35 | #ifndef __NR_mmap |
| 36 | # define __NR_mmap (SYSCALL_BIT | 9) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 37 | #endif |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 38 | #ifndef __NR_mprotect |
| 39 | # define __NR_mprotect (SYSCALL_BIT | 10) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 40 | #endif |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 41 | #ifndef __NR_munmap |
| 42 | # define __NR_munmap (SYSCALL_BIT | 11) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 43 | #endif |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 44 | #ifndef __NR_brk |
| 45 | # define __NR_brk (SYSCALL_BIT | 12) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 46 | #endif |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 47 | #ifndef __NR_rt_sigaction |
| 48 | # define __NR_rt_sigaction (SYSCALL_BIT | 13) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 49 | #endif |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 50 | #ifndef __NR_rt_sigprocmask |
| 51 | # define __NR_rt_sigprocmask (SYSCALL_BIT | 14) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 52 | #endif |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 53 | #ifndef __NR_rt_sigreturn |
| 54 | # define __NR_rt_sigreturn (SYSCALL_BIT | 15) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 55 | #endif |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 56 | #ifndef __NR_ioctl |
| 57 | # define __NR_ioctl (SYSCALL_BIT | 16) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 58 | #endif |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 59 | #ifndef __NR_pread64 |
| 60 | # define __NR_pread64 (SYSCALL_BIT | 17) |
| 61 | #endif |
| 62 | #ifndef __NR_pwrite64 |
| 63 | # define __NR_pwrite64 (SYSCALL_BIT | 18) |
| 64 | #endif |
| 65 | #ifndef __NR_readv |
| 66 | # define __NR_readv (SYSCALL_BIT | 19) |
| 67 | #endif |
| 68 | #ifndef __NR_writev |
| 69 | # define __NR_writev (SYSCALL_BIT | 20) |
| 70 | #endif |
| 71 | #ifndef __NR_access |
| 72 | # define __NR_access (SYSCALL_BIT | 21) |
| 73 | #endif |
| 74 | #ifndef __NR_pipe |
| 75 | # define __NR_pipe (SYSCALL_BIT | 22) |
| 76 | #endif |
| 77 | #ifndef __NR_select |
| 78 | # define __NR_select (SYSCALL_BIT | 23) |
| 79 | #endif |
| 80 | #ifndef __NR_sched_yield |
| 81 | # define __NR_sched_yield (SYSCALL_BIT | 24) |
| 82 | #endif |
| 83 | #ifndef __NR_mremap |
| 84 | # define __NR_mremap (SYSCALL_BIT | 25) |
| 85 | #endif |
| 86 | #ifndef __NR_msync |
| 87 | # define __NR_msync (SYSCALL_BIT | 26) |
| 88 | #endif |
| 89 | #ifndef __NR_mincore |
| 90 | # define __NR_mincore (SYSCALL_BIT | 27) |
| 91 | #endif |
| 92 | #ifndef __NR_madvise |
| 93 | # define __NR_madvise (SYSCALL_BIT | 28) |
| 94 | #endif |
| 95 | #ifndef __NR_shmget |
| 96 | # define __NR_shmget (SYSCALL_BIT | 29) |
| 97 | #endif |
| 98 | #ifndef __NR_shmat |
| 99 | # define __NR_shmat (SYSCALL_BIT | 30) |
| 100 | #endif |
| 101 | #ifndef __NR_shmctl |
| 102 | # define __NR_shmctl (SYSCALL_BIT | 31) |
| 103 | #endif |
| 104 | #ifndef __NR_dup |
| 105 | # define __NR_dup (SYSCALL_BIT | 32) |
| 106 | #endif |
| 107 | #ifndef __NR_dup2 |
| 108 | # define __NR_dup2 (SYSCALL_BIT | 33) |
| 109 | #endif |
| 110 | #ifndef __NR_pause |
| 111 | # define __NR_pause (SYSCALL_BIT | 34) |
| 112 | #endif |
| 113 | #ifndef __NR_nanosleep |
| 114 | # define __NR_nanosleep (SYSCALL_BIT | 35) |
| 115 | #endif |
| 116 | #ifndef __NR_getitimer |
| 117 | # define __NR_getitimer (SYSCALL_BIT | 36) |
| 118 | #endif |
| 119 | #ifndef __NR_alarm |
| 120 | # define __NR_alarm (SYSCALL_BIT | 37) |
| 121 | #endif |
| 122 | #ifndef __NR_setitimer |
| 123 | # define __NR_setitimer (SYSCALL_BIT | 38) |
| 124 | #endif |
| 125 | #ifndef __NR_getpid |
| 126 | # define __NR_getpid (SYSCALL_BIT | 39) |
| 127 | #endif |
| 128 | #ifndef __NR_sendfile |
| 129 | # define __NR_sendfile (SYSCALL_BIT | 40) |
| 130 | #endif |
| 131 | #ifndef __NR_socket |
| 132 | # define __NR_socket (SYSCALL_BIT | 41) |
| 133 | #endif |
| 134 | #ifndef __NR_connect |
| 135 | # define __NR_connect (SYSCALL_BIT | 42) |
| 136 | #endif |
| 137 | #ifndef __NR_accept |
| 138 | # define __NR_accept (SYSCALL_BIT | 43) |
| 139 | #endif |
| 140 | #ifndef __NR_sendto |
| 141 | # define __NR_sendto (SYSCALL_BIT | 44) |
| 142 | #endif |
| 143 | #ifndef __NR_recvfrom |
| 144 | # define __NR_recvfrom (SYSCALL_BIT | 45) |
| 145 | #endif |
| 146 | #ifndef __NR_sendmsg |
| 147 | # define __NR_sendmsg (SYSCALL_BIT | 46) |
| 148 | #endif |
| 149 | #ifndef __NR_recvmsg |
| 150 | # define __NR_recvmsg (SYSCALL_BIT | 47) |
| 151 | #endif |
| 152 | #ifndef __NR_shutdown |
| 153 | # define __NR_shutdown (SYSCALL_BIT | 48) |
| 154 | #endif |
| 155 | #ifndef __NR_bind |
| 156 | # define __NR_bind (SYSCALL_BIT | 49) |
| 157 | #endif |
| 158 | #ifndef __NR_listen |
| 159 | # define __NR_listen (SYSCALL_BIT | 50) |
| 160 | #endif |
| 161 | #ifndef __NR_getsockname |
| 162 | # define __NR_getsockname (SYSCALL_BIT | 51) |
| 163 | #endif |
| 164 | #ifndef __NR_getpeername |
| 165 | # define __NR_getpeername (SYSCALL_BIT | 52) |
| 166 | #endif |
| 167 | #ifndef __NR_socketpair |
| 168 | # define __NR_socketpair (SYSCALL_BIT | 53) |
| 169 | #endif |
| 170 | #ifndef __NR_setsockopt |
| 171 | # define __NR_setsockopt (SYSCALL_BIT | 54) |
| 172 | #endif |
| 173 | #ifndef __NR_getsockopt |
| 174 | # define __NR_getsockopt (SYSCALL_BIT | 55) |
| 175 | #endif |
| 176 | #ifndef __NR_clone |
| 177 | # define __NR_clone (SYSCALL_BIT | 56) |
Elliott Hughes | 77c3ff8 | 2017-09-08 17:11:00 -0700 | [diff] [blame] | 178 | #endif |
| 179 | #ifndef __NR_fork |
Elliott Hughes | c187376 | 2018-12-19 15:13:36 -0800 | [diff] [blame] | 180 | # define __NR_fork (SYSCALL_BIT | 57) |
| 181 | #endif |
| 182 | #ifndef __NR_vfork |
| 183 | # define __NR_vfork (SYSCALL_BIT | 58) |
| 184 | #endif |
| 185 | #ifndef __NR_execve |
| 186 | # define __NR_execve (SYSCALL_BIT | 59) |
| 187 | #endif |
| 188 | #ifndef __NR_exit |
| 189 | # define __NR_exit (SYSCALL_BIT | 60) |
| 190 | #endif |
| 191 | #ifndef __NR_wait4 |
| 192 | # define __NR_wait4 (SYSCALL_BIT | 61) |
| 193 | #endif |
| 194 | #ifndef __NR_kill |
| 195 | # define __NR_kill (SYSCALL_BIT | 62) |
| 196 | #endif |
| 197 | #ifndef __NR_uname |
| 198 | # define __NR_uname (SYSCALL_BIT | 63) |
| 199 | #endif |
| 200 | #ifndef __NR_semget |
| 201 | # define __NR_semget (SYSCALL_BIT | 64) |
| 202 | #endif |
| 203 | #ifndef __NR_semop |
| 204 | # define __NR_semop (SYSCALL_BIT | 65) |
| 205 | #endif |
| 206 | #ifndef __NR_semctl |
| 207 | # define __NR_semctl (SYSCALL_BIT | 66) |
| 208 | #endif |
| 209 | #ifndef __NR_shmdt |
| 210 | # define __NR_shmdt (SYSCALL_BIT | 67) |
| 211 | #endif |
| 212 | #ifndef __NR_msgget |
| 213 | # define __NR_msgget (SYSCALL_BIT | 68) |
| 214 | #endif |
| 215 | #ifndef __NR_msgsnd |
| 216 | # define __NR_msgsnd (SYSCALL_BIT | 69) |
| 217 | #endif |
| 218 | #ifndef __NR_msgrcv |
| 219 | # define __NR_msgrcv (SYSCALL_BIT | 70) |
| 220 | #endif |
| 221 | #ifndef __NR_msgctl |
| 222 | # define __NR_msgctl (SYSCALL_BIT | 71) |
| 223 | #endif |
| 224 | #ifndef __NR_fcntl |
| 225 | # define __NR_fcntl (SYSCALL_BIT | 72) |
| 226 | #endif |
| 227 | #ifndef __NR_flock |
| 228 | # define __NR_flock (SYSCALL_BIT | 73) |
| 229 | #endif |
| 230 | #ifndef __NR_fsync |
| 231 | # define __NR_fsync (SYSCALL_BIT | 74) |
| 232 | #endif |
| 233 | #ifndef __NR_fdatasync |
| 234 | # define __NR_fdatasync (SYSCALL_BIT | 75) |
| 235 | #endif |
| 236 | #ifndef __NR_truncate |
| 237 | # define __NR_truncate (SYSCALL_BIT | 76) |
| 238 | #endif |
| 239 | #ifndef __NR_ftruncate |
| 240 | # define __NR_ftruncate (SYSCALL_BIT | 77) |
| 241 | #endif |
| 242 | #ifndef __NR_getdents |
| 243 | # define __NR_getdents (SYSCALL_BIT | 78) |
| 244 | #endif |
| 245 | #ifndef __NR_getcwd |
| 246 | # define __NR_getcwd (SYSCALL_BIT | 79) |
| 247 | #endif |
| 248 | #ifndef __NR_chdir |
| 249 | # define __NR_chdir (SYSCALL_BIT | 80) |
| 250 | #endif |
| 251 | #ifndef __NR_fchdir |
| 252 | # define __NR_fchdir (SYSCALL_BIT | 81) |
| 253 | #endif |
| 254 | #ifndef __NR_rename |
| 255 | # define __NR_rename (SYSCALL_BIT | 82) |
| 256 | #endif |
| 257 | #ifndef __NR_mkdir |
| 258 | # define __NR_mkdir (SYSCALL_BIT | 83) |
| 259 | #endif |
| 260 | #ifndef __NR_rmdir |
| 261 | # define __NR_rmdir (SYSCALL_BIT | 84) |
| 262 | #endif |
| 263 | #ifndef __NR_creat |
| 264 | # define __NR_creat (SYSCALL_BIT | 85) |
| 265 | #endif |
| 266 | #ifndef __NR_link |
| 267 | # define __NR_link (SYSCALL_BIT | 86) |
| 268 | #endif |
| 269 | #ifndef __NR_unlink |
| 270 | # define __NR_unlink (SYSCALL_BIT | 87) |
| 271 | #endif |
| 272 | #ifndef __NR_symlink |
| 273 | # define __NR_symlink (SYSCALL_BIT | 88) |
| 274 | #endif |
| 275 | #ifndef __NR_readlink |
| 276 | # define __NR_readlink (SYSCALL_BIT | 89) |
| 277 | #endif |
| 278 | #ifndef __NR_chmod |
| 279 | # define __NR_chmod (SYSCALL_BIT | 90) |
| 280 | #endif |
| 281 | #ifndef __NR_fchmod |
| 282 | # define __NR_fchmod (SYSCALL_BIT | 91) |
| 283 | #endif |
| 284 | #ifndef __NR_chown |
| 285 | # define __NR_chown (SYSCALL_BIT | 92) |
| 286 | #endif |
| 287 | #ifndef __NR_fchown |
| 288 | # define __NR_fchown (SYSCALL_BIT | 93) |
| 289 | #endif |
| 290 | #ifndef __NR_lchown |
| 291 | # define __NR_lchown (SYSCALL_BIT | 94) |
| 292 | #endif |
| 293 | #ifndef __NR_umask |
| 294 | # define __NR_umask (SYSCALL_BIT | 95) |
| 295 | #endif |
| 296 | #ifndef __NR_gettimeofday |
| 297 | # define __NR_gettimeofday (SYSCALL_BIT | 96) |
| 298 | #endif |
| 299 | #ifndef __NR_getrlimit |
| 300 | # define __NR_getrlimit (SYSCALL_BIT | 97) |
| 301 | #endif |
| 302 | #ifndef __NR_getrusage |
| 303 | # define __NR_getrusage (SYSCALL_BIT | 98) |
| 304 | #endif |
| 305 | #ifndef __NR_sysinfo |
| 306 | # define __NR_sysinfo (SYSCALL_BIT | 99) |
| 307 | #endif |
| 308 | #ifndef __NR_times |
| 309 | # define __NR_times (SYSCALL_BIT | 100) |
| 310 | #endif |
| 311 | #ifndef __NR_ptrace |
| 312 | # define __NR_ptrace (SYSCALL_BIT | 101) |
| 313 | #endif |
| 314 | #ifndef __NR_getuid |
| 315 | # define __NR_getuid (SYSCALL_BIT | 102) |
| 316 | #endif |
| 317 | #ifndef __NR_syslog |
| 318 | # define __NR_syslog (SYSCALL_BIT | 103) |
| 319 | #endif |
| 320 | #ifndef __NR_getgid |
| 321 | # define __NR_getgid (SYSCALL_BIT | 104) |
| 322 | #endif |
| 323 | #ifndef __NR_setuid |
| 324 | # define __NR_setuid (SYSCALL_BIT | 105) |
| 325 | #endif |
| 326 | #ifndef __NR_setgid |
| 327 | # define __NR_setgid (SYSCALL_BIT | 106) |
| 328 | #endif |
| 329 | #ifndef __NR_geteuid |
| 330 | # define __NR_geteuid (SYSCALL_BIT | 107) |
| 331 | #endif |
| 332 | #ifndef __NR_getegid |
| 333 | # define __NR_getegid (SYSCALL_BIT | 108) |
| 334 | #endif |
| 335 | #ifndef __NR_setpgid |
| 336 | # define __NR_setpgid (SYSCALL_BIT | 109) |
| 337 | #endif |
| 338 | #ifndef __NR_getppid |
| 339 | # define __NR_getppid (SYSCALL_BIT | 110) |
| 340 | #endif |
| 341 | #ifndef __NR_getpgrp |
| 342 | # define __NR_getpgrp (SYSCALL_BIT | 111) |
| 343 | #endif |
| 344 | #ifndef __NR_setsid |
| 345 | # define __NR_setsid (SYSCALL_BIT | 112) |
| 346 | #endif |
| 347 | #ifndef __NR_setreuid |
| 348 | # define __NR_setreuid (SYSCALL_BIT | 113) |
| 349 | #endif |
| 350 | #ifndef __NR_setregid |
| 351 | # define __NR_setregid (SYSCALL_BIT | 114) |
| 352 | #endif |
| 353 | #ifndef __NR_getgroups |
| 354 | # define __NR_getgroups (SYSCALL_BIT | 115) |
| 355 | #endif |
| 356 | #ifndef __NR_setgroups |
| 357 | # define __NR_setgroups (SYSCALL_BIT | 116) |
| 358 | #endif |
| 359 | #ifndef __NR_setresuid |
| 360 | # define __NR_setresuid (SYSCALL_BIT | 117) |
| 361 | #endif |
| 362 | #ifndef __NR_getresuid |
| 363 | # define __NR_getresuid (SYSCALL_BIT | 118) |
| 364 | #endif |
| 365 | #ifndef __NR_setresgid |
| 366 | # define __NR_setresgid (SYSCALL_BIT | 119) |
| 367 | #endif |
| 368 | #ifndef __NR_getresgid |
| 369 | # define __NR_getresgid (SYSCALL_BIT | 120) |
| 370 | #endif |
| 371 | #ifndef __NR_getpgid |
| 372 | # define __NR_getpgid (SYSCALL_BIT | 121) |
| 373 | #endif |
| 374 | #ifndef __NR_setfsuid |
| 375 | # define __NR_setfsuid (SYSCALL_BIT | 122) |
| 376 | #endif |
| 377 | #ifndef __NR_setfsgid |
| 378 | # define __NR_setfsgid (SYSCALL_BIT | 123) |
| 379 | #endif |
| 380 | #ifndef __NR_getsid |
| 381 | # define __NR_getsid (SYSCALL_BIT | 124) |
| 382 | #endif |
| 383 | #ifndef __NR_capget |
| 384 | # define __NR_capget (SYSCALL_BIT | 125) |
| 385 | #endif |
| 386 | #ifndef __NR_capset |
| 387 | # define __NR_capset (SYSCALL_BIT | 126) |
| 388 | #endif |
| 389 | #ifndef __NR_rt_sigpending |
| 390 | # define __NR_rt_sigpending (SYSCALL_BIT | 127) |
| 391 | #endif |
| 392 | #ifndef __NR_rt_sigtimedwait |
| 393 | # define __NR_rt_sigtimedwait (SYSCALL_BIT | 128) |
| 394 | #endif |
| 395 | #ifndef __NR_rt_sigqueueinfo |
| 396 | # define __NR_rt_sigqueueinfo (SYSCALL_BIT | 129) |
| 397 | #endif |
| 398 | #ifndef __NR_rt_sigsuspend |
| 399 | # define __NR_rt_sigsuspend (SYSCALL_BIT | 130) |
| 400 | #endif |
| 401 | #ifndef __NR_sigaltstack |
| 402 | # define __NR_sigaltstack (SYSCALL_BIT | 131) |
| 403 | #endif |
| 404 | #ifndef __NR_utime |
| 405 | # define __NR_utime (SYSCALL_BIT | 132) |
| 406 | #endif |
| 407 | #ifndef __NR_mknod |
| 408 | # define __NR_mknod (SYSCALL_BIT | 133) |
| 409 | #endif |
| 410 | #ifndef __NR_uselib |
| 411 | # define __NR_uselib (SYSCALL_BIT | 134) |
| 412 | #endif |
| 413 | #ifndef __NR_personality |
| 414 | # define __NR_personality (SYSCALL_BIT | 135) |
| 415 | #endif |
| 416 | #ifndef __NR_ustat |
| 417 | # define __NR_ustat (SYSCALL_BIT | 136) |
| 418 | #endif |
| 419 | #ifndef __NR_statfs |
| 420 | # define __NR_statfs (SYSCALL_BIT | 137) |
| 421 | #endif |
| 422 | #ifndef __NR_fstatfs |
| 423 | # define __NR_fstatfs (SYSCALL_BIT | 138) |
| 424 | #endif |
| 425 | #ifndef __NR_sysfs |
| 426 | # define __NR_sysfs (SYSCALL_BIT | 139) |
| 427 | #endif |
| 428 | #ifndef __NR_getpriority |
| 429 | # define __NR_getpriority (SYSCALL_BIT | 140) |
| 430 | #endif |
| 431 | #ifndef __NR_setpriority |
| 432 | # define __NR_setpriority (SYSCALL_BIT | 141) |
| 433 | #endif |
| 434 | #ifndef __NR_sched_setparam |
| 435 | # define __NR_sched_setparam (SYSCALL_BIT | 142) |
| 436 | #endif |
| 437 | #ifndef __NR_sched_getparam |
| 438 | # define __NR_sched_getparam (SYSCALL_BIT | 143) |
| 439 | #endif |
| 440 | #ifndef __NR_sched_setscheduler |
| 441 | # define __NR_sched_setscheduler (SYSCALL_BIT | 144) |
| 442 | #endif |
| 443 | #ifndef __NR_sched_getscheduler |
| 444 | # define __NR_sched_getscheduler (SYSCALL_BIT | 145) |
| 445 | #endif |
| 446 | #ifndef __NR_sched_get_priority_max |
| 447 | # define __NR_sched_get_priority_max (SYSCALL_BIT | 146) |
| 448 | #endif |
| 449 | #ifndef __NR_sched_get_priority_min |
| 450 | # define __NR_sched_get_priority_min (SYSCALL_BIT | 147) |
| 451 | #endif |
| 452 | #ifndef __NR_sched_rr_get_interval |
| 453 | # define __NR_sched_rr_get_interval (SYSCALL_BIT | 148) |
| 454 | #endif |
| 455 | #ifndef __NR_mlock |
| 456 | # define __NR_mlock (SYSCALL_BIT | 149) |
| 457 | #endif |
| 458 | #ifndef __NR_munlock |
| 459 | # define __NR_munlock (SYSCALL_BIT | 150) |
| 460 | #endif |
| 461 | #ifndef __NR_mlockall |
| 462 | # define __NR_mlockall (SYSCALL_BIT | 151) |
| 463 | #endif |
| 464 | #ifndef __NR_munlockall |
| 465 | # define __NR_munlockall (SYSCALL_BIT | 152) |
| 466 | #endif |
| 467 | #ifndef __NR_vhangup |
| 468 | # define __NR_vhangup (SYSCALL_BIT | 153) |
| 469 | #endif |
| 470 | #ifndef __NR_modify_ldt |
| 471 | # define __NR_modify_ldt (SYSCALL_BIT | 154) |
| 472 | #endif |
| 473 | #ifndef __NR_pivot_root |
| 474 | # define __NR_pivot_root (SYSCALL_BIT | 155) |
| 475 | #endif |
| 476 | #ifndef __NR__sysctl |
| 477 | # define __NR__sysctl (SYSCALL_BIT | 156) |
| 478 | #endif |
| 479 | #ifndef __NR_prctl |
| 480 | # define __NR_prctl (SYSCALL_BIT | 157) |
| 481 | #endif |
| 482 | #ifndef __NR_arch_prctl |
| 483 | # define __NR_arch_prctl (SYSCALL_BIT | 158) |
| 484 | #endif |
| 485 | #ifndef __NR_adjtimex |
| 486 | # define __NR_adjtimex (SYSCALL_BIT | 159) |
| 487 | #endif |
| 488 | #ifndef __NR_setrlimit |
| 489 | # define __NR_setrlimit (SYSCALL_BIT | 160) |
| 490 | #endif |
| 491 | #ifndef __NR_chroot |
| 492 | # define __NR_chroot (SYSCALL_BIT | 161) |
| 493 | #endif |
| 494 | #ifndef __NR_sync |
| 495 | # define __NR_sync (SYSCALL_BIT | 162) |
| 496 | #endif |
| 497 | #ifndef __NR_acct |
| 498 | # define __NR_acct (SYSCALL_BIT | 163) |
| 499 | #endif |
| 500 | #ifndef __NR_settimeofday |
| 501 | # define __NR_settimeofday (SYSCALL_BIT | 164) |
| 502 | #endif |
| 503 | #ifndef __NR_mount |
| 504 | # define __NR_mount (SYSCALL_BIT | 165) |
| 505 | #endif |
| 506 | #ifndef __NR_umount2 |
| 507 | # define __NR_umount2 (SYSCALL_BIT | 166) |
| 508 | #endif |
| 509 | #ifndef __NR_swapon |
| 510 | # define __NR_swapon (SYSCALL_BIT | 167) |
| 511 | #endif |
| 512 | #ifndef __NR_swapoff |
| 513 | # define __NR_swapoff (SYSCALL_BIT | 168) |
| 514 | #endif |
| 515 | #ifndef __NR_reboot |
| 516 | # define __NR_reboot (SYSCALL_BIT | 169) |
| 517 | #endif |
| 518 | #ifndef __NR_sethostname |
| 519 | # define __NR_sethostname (SYSCALL_BIT | 170) |
| 520 | #endif |
| 521 | #ifndef __NR_setdomainname |
| 522 | # define __NR_setdomainname (SYSCALL_BIT | 171) |
| 523 | #endif |
| 524 | #ifndef __NR_iopl |
| 525 | # define __NR_iopl (SYSCALL_BIT | 172) |
| 526 | #endif |
| 527 | #ifndef __NR_ioperm |
| 528 | # define __NR_ioperm (SYSCALL_BIT | 173) |
| 529 | #endif |
| 530 | #ifndef __NR_create_module |
| 531 | # define __NR_create_module (SYSCALL_BIT | 174) |
| 532 | #endif |
| 533 | #ifndef __NR_init_module |
| 534 | # define __NR_init_module (SYSCALL_BIT | 175) |
| 535 | #endif |
| 536 | #ifndef __NR_delete_module |
| 537 | # define __NR_delete_module (SYSCALL_BIT | 176) |
| 538 | #endif |
| 539 | #ifndef __NR_get_kernel_syms |
| 540 | # define __NR_get_kernel_syms (SYSCALL_BIT | 177) |
| 541 | #endif |
| 542 | #ifndef __NR_query_module |
| 543 | # define __NR_query_module (SYSCALL_BIT | 178) |
| 544 | #endif |
| 545 | #ifndef __NR_quotactl |
| 546 | # define __NR_quotactl (SYSCALL_BIT | 179) |
| 547 | #endif |
| 548 | #ifndef __NR_nfsservctl |
| 549 | # define __NR_nfsservctl (SYSCALL_BIT | 180) |
| 550 | #endif |
| 551 | #ifndef __NR_getpmsg |
| 552 | # define __NR_getpmsg (SYSCALL_BIT | 181) |
| 553 | #endif |
| 554 | #ifndef __NR_putpmsg |
| 555 | # define __NR_putpmsg (SYSCALL_BIT | 182) |
| 556 | #endif |
| 557 | #ifndef __NR_afs_syscall |
| 558 | # define __NR_afs_syscall (SYSCALL_BIT | 183) |
| 559 | #endif |
| 560 | #ifndef __NR_tuxcall |
| 561 | # define __NR_tuxcall (SYSCALL_BIT | 184) |
| 562 | #endif |
| 563 | #ifndef __NR_security |
| 564 | # define __NR_security (SYSCALL_BIT | 185) |
| 565 | #endif |
| 566 | #ifndef __NR_gettid |
| 567 | # define __NR_gettid (SYSCALL_BIT | 186) |
| 568 | #endif |
| 569 | #ifndef __NR_readahead |
| 570 | # define __NR_readahead (SYSCALL_BIT | 187) |
| 571 | #endif |
| 572 | #ifndef __NR_setxattr |
| 573 | # define __NR_setxattr (SYSCALL_BIT | 188) |
| 574 | #endif |
| 575 | #ifndef __NR_lsetxattr |
| 576 | # define __NR_lsetxattr (SYSCALL_BIT | 189) |
| 577 | #endif |
| 578 | #ifndef __NR_fsetxattr |
| 579 | # define __NR_fsetxattr (SYSCALL_BIT | 190) |
| 580 | #endif |
| 581 | #ifndef __NR_getxattr |
| 582 | # define __NR_getxattr (SYSCALL_BIT | 191) |
| 583 | #endif |
| 584 | #ifndef __NR_lgetxattr |
| 585 | # define __NR_lgetxattr (SYSCALL_BIT | 192) |
| 586 | #endif |
| 587 | #ifndef __NR_fgetxattr |
| 588 | # define __NR_fgetxattr (SYSCALL_BIT | 193) |
| 589 | #endif |
| 590 | #ifndef __NR_listxattr |
| 591 | # define __NR_listxattr (SYSCALL_BIT | 194) |
| 592 | #endif |
| 593 | #ifndef __NR_llistxattr |
| 594 | # define __NR_llistxattr (SYSCALL_BIT | 195) |
| 595 | #endif |
| 596 | #ifndef __NR_flistxattr |
| 597 | # define __NR_flistxattr (SYSCALL_BIT | 196) |
| 598 | #endif |
| 599 | #ifndef __NR_removexattr |
| 600 | # define __NR_removexattr (SYSCALL_BIT | 197) |
| 601 | #endif |
| 602 | #ifndef __NR_lremovexattr |
| 603 | # define __NR_lremovexattr (SYSCALL_BIT | 198) |
| 604 | #endif |
| 605 | #ifndef __NR_fremovexattr |
| 606 | # define __NR_fremovexattr (SYSCALL_BIT | 199) |
| 607 | #endif |
| 608 | #ifndef __NR_tkill |
| 609 | # define __NR_tkill (SYSCALL_BIT | 200) |
| 610 | #endif |
| 611 | #ifndef __NR_time |
| 612 | # define __NR_time (SYSCALL_BIT | 201) |
| 613 | #endif |
| 614 | #ifndef __NR_futex |
| 615 | # define __NR_futex (SYSCALL_BIT | 202) |
| 616 | #endif |
| 617 | #ifndef __NR_sched_setaffinity |
| 618 | # define __NR_sched_setaffinity (SYSCALL_BIT | 203) |
| 619 | #endif |
| 620 | #ifndef __NR_sched_getaffinity |
| 621 | # define __NR_sched_getaffinity (SYSCALL_BIT | 204) |
| 622 | #endif |
| 623 | #ifndef __NR_set_thread_area |
| 624 | # define __NR_set_thread_area (SYSCALL_BIT | 205) |
| 625 | #endif |
| 626 | #ifndef __NR_io_setup |
| 627 | # define __NR_io_setup (SYSCALL_BIT | 206) |
| 628 | #endif |
| 629 | #ifndef __NR_io_destroy |
| 630 | # define __NR_io_destroy (SYSCALL_BIT | 207) |
| 631 | #endif |
| 632 | #ifndef __NR_io_getevents |
| 633 | # define __NR_io_getevents (SYSCALL_BIT | 208) |
| 634 | #endif |
| 635 | #ifndef __NR_io_submit |
| 636 | # define __NR_io_submit (SYSCALL_BIT | 209) |
| 637 | #endif |
| 638 | #ifndef __NR_io_cancel |
| 639 | # define __NR_io_cancel (SYSCALL_BIT | 210) |
| 640 | #endif |
| 641 | #ifndef __NR_get_thread_area |
| 642 | # define __NR_get_thread_area (SYSCALL_BIT | 211) |
| 643 | #endif |
| 644 | #ifndef __NR_lookup_dcookie |
| 645 | # define __NR_lookup_dcookie (SYSCALL_BIT | 212) |
| 646 | #endif |
| 647 | #ifndef __NR_epoll_create |
| 648 | # define __NR_epoll_create (SYSCALL_BIT | 213) |
| 649 | #endif |
| 650 | #ifndef __NR_epoll_ctl_old |
| 651 | # define __NR_epoll_ctl_old (SYSCALL_BIT | 214) |
| 652 | #endif |
| 653 | #ifndef __NR_epoll_wait_old |
| 654 | # define __NR_epoll_wait_old (SYSCALL_BIT | 215) |
| 655 | #endif |
| 656 | #ifndef __NR_remap_file_pages |
| 657 | # define __NR_remap_file_pages (SYSCALL_BIT | 216) |
| 658 | #endif |
| 659 | #ifndef __NR_getdents64 |
| 660 | # define __NR_getdents64 (SYSCALL_BIT | 217) |
| 661 | #endif |
| 662 | #ifndef __NR_set_tid_address |
| 663 | # define __NR_set_tid_address (SYSCALL_BIT | 218) |
| 664 | #endif |
| 665 | #ifndef __NR_restart_syscall |
| 666 | # define __NR_restart_syscall (SYSCALL_BIT | 219) |
| 667 | #endif |
| 668 | #ifndef __NR_semtimedop |
| 669 | # define __NR_semtimedop (SYSCALL_BIT | 220) |
| 670 | #endif |
| 671 | #ifndef __NR_fadvise64 |
| 672 | # define __NR_fadvise64 (SYSCALL_BIT | 221) |
| 673 | #endif |
| 674 | #ifndef __NR_timer_create |
| 675 | # define __NR_timer_create (SYSCALL_BIT | 222) |
| 676 | #endif |
| 677 | #ifndef __NR_timer_settime |
| 678 | # define __NR_timer_settime (SYSCALL_BIT | 223) |
| 679 | #endif |
| 680 | #ifndef __NR_timer_gettime |
| 681 | # define __NR_timer_gettime (SYSCALL_BIT | 224) |
| 682 | #endif |
| 683 | #ifndef __NR_timer_getoverrun |
| 684 | # define __NR_timer_getoverrun (SYSCALL_BIT | 225) |
| 685 | #endif |
| 686 | #ifndef __NR_timer_delete |
| 687 | # define __NR_timer_delete (SYSCALL_BIT | 226) |
| 688 | #endif |
| 689 | #ifndef __NR_clock_settime |
| 690 | # define __NR_clock_settime (SYSCALL_BIT | 227) |
| 691 | #endif |
| 692 | #ifndef __NR_clock_gettime |
| 693 | # define __NR_clock_gettime (SYSCALL_BIT | 228) |
| 694 | #endif |
| 695 | #ifndef __NR_clock_getres |
| 696 | # define __NR_clock_getres (SYSCALL_BIT | 229) |
| 697 | #endif |
| 698 | #ifndef __NR_clock_nanosleep |
| 699 | # define __NR_clock_nanosleep (SYSCALL_BIT | 230) |
| 700 | #endif |
| 701 | #ifndef __NR_exit_group |
| 702 | # define __NR_exit_group (SYSCALL_BIT | 231) |
| 703 | #endif |
| 704 | #ifndef __NR_epoll_wait |
| 705 | # define __NR_epoll_wait (SYSCALL_BIT | 232) |
| 706 | #endif |
| 707 | #ifndef __NR_epoll_ctl |
| 708 | # define __NR_epoll_ctl (SYSCALL_BIT | 233) |
| 709 | #endif |
| 710 | #ifndef __NR_tgkill |
| 711 | # define __NR_tgkill (SYSCALL_BIT | 234) |
| 712 | #endif |
| 713 | #ifndef __NR_utimes |
| 714 | # define __NR_utimes (SYSCALL_BIT | 235) |
| 715 | #endif |
| 716 | #ifndef __NR_vserver |
| 717 | # define __NR_vserver (SYSCALL_BIT | 236) |
| 718 | #endif |
| 719 | #ifndef __NR_mbind |
| 720 | # define __NR_mbind (SYSCALL_BIT | 237) |
| 721 | #endif |
| 722 | #ifndef __NR_set_mempolicy |
| 723 | # define __NR_set_mempolicy (SYSCALL_BIT | 238) |
| 724 | #endif |
| 725 | #ifndef __NR_get_mempolicy |
| 726 | # define __NR_get_mempolicy (SYSCALL_BIT | 239) |
| 727 | #endif |
| 728 | #ifndef __NR_mq_open |
| 729 | # define __NR_mq_open (SYSCALL_BIT | 240) |
| 730 | #endif |
| 731 | #ifndef __NR_mq_unlink |
| 732 | # define __NR_mq_unlink (SYSCALL_BIT | 241) |
| 733 | #endif |
| 734 | #ifndef __NR_mq_timedsend |
| 735 | # define __NR_mq_timedsend (SYSCALL_BIT | 242) |
| 736 | #endif |
| 737 | #ifndef __NR_mq_timedreceive |
| 738 | # define __NR_mq_timedreceive (SYSCALL_BIT | 243) |
| 739 | #endif |
| 740 | #ifndef __NR_mq_notify |
| 741 | # define __NR_mq_notify (SYSCALL_BIT | 244) |
| 742 | #endif |
| 743 | #ifndef __NR_mq_getsetattr |
| 744 | # define __NR_mq_getsetattr (SYSCALL_BIT | 245) |
| 745 | #endif |
| 746 | #ifndef __NR_kexec_load |
| 747 | # define __NR_kexec_load (SYSCALL_BIT | 246) |
| 748 | #endif |
| 749 | #ifndef __NR_waitid |
| 750 | # define __NR_waitid (SYSCALL_BIT | 247) |
| 751 | #endif |
| 752 | #ifndef __NR_add_key |
| 753 | # define __NR_add_key (SYSCALL_BIT | 248) |
| 754 | #endif |
| 755 | #ifndef __NR_request_key |
| 756 | # define __NR_request_key (SYSCALL_BIT | 249) |
| 757 | #endif |
| 758 | #ifndef __NR_keyctl |
| 759 | # define __NR_keyctl (SYSCALL_BIT | 250) |
| 760 | #endif |
| 761 | #ifndef __NR_ioprio_set |
| 762 | # define __NR_ioprio_set (SYSCALL_BIT | 251) |
| 763 | #endif |
| 764 | #ifndef __NR_ioprio_get |
| 765 | # define __NR_ioprio_get (SYSCALL_BIT | 252) |
| 766 | #endif |
| 767 | #ifndef __NR_inotify_init |
| 768 | # define __NR_inotify_init (SYSCALL_BIT | 253) |
| 769 | #endif |
| 770 | #ifndef __NR_inotify_add_watch |
| 771 | # define __NR_inotify_add_watch (SYSCALL_BIT | 254) |
| 772 | #endif |
| 773 | #ifndef __NR_inotify_rm_watch |
| 774 | # define __NR_inotify_rm_watch (SYSCALL_BIT | 255) |
| 775 | #endif |
| 776 | #ifndef __NR_migrate_pages |
| 777 | # define __NR_migrate_pages (SYSCALL_BIT | 256) |
| 778 | #endif |
| 779 | #ifndef __NR_openat |
| 780 | # define __NR_openat (SYSCALL_BIT | 257) |
| 781 | #endif |
| 782 | #ifndef __NR_mkdirat |
| 783 | # define __NR_mkdirat (SYSCALL_BIT | 258) |
| 784 | #endif |
| 785 | #ifndef __NR_mknodat |
| 786 | # define __NR_mknodat (SYSCALL_BIT | 259) |
| 787 | #endif |
| 788 | #ifndef __NR_fchownat |
| 789 | # define __NR_fchownat (SYSCALL_BIT | 260) |
| 790 | #endif |
| 791 | #ifndef __NR_futimesat |
| 792 | # define __NR_futimesat (SYSCALL_BIT | 261) |
| 793 | #endif |
| 794 | #ifndef __NR_newfstatat |
| 795 | # define __NR_newfstatat (SYSCALL_BIT | 262) |
| 796 | #endif |
| 797 | #ifndef __NR_unlinkat |
| 798 | # define __NR_unlinkat (SYSCALL_BIT | 263) |
| 799 | #endif |
| 800 | #ifndef __NR_renameat |
| 801 | # define __NR_renameat (SYSCALL_BIT | 264) |
| 802 | #endif |
| 803 | #ifndef __NR_linkat |
| 804 | # define __NR_linkat (SYSCALL_BIT | 265) |
| 805 | #endif |
| 806 | #ifndef __NR_symlinkat |
| 807 | # define __NR_symlinkat (SYSCALL_BIT | 266) |
| 808 | #endif |
| 809 | #ifndef __NR_readlinkat |
| 810 | # define __NR_readlinkat (SYSCALL_BIT | 267) |
| 811 | #endif |
| 812 | #ifndef __NR_fchmodat |
| 813 | # define __NR_fchmodat (SYSCALL_BIT | 268) |
| 814 | #endif |
| 815 | #ifndef __NR_faccessat |
| 816 | # define __NR_faccessat (SYSCALL_BIT | 269) |
| 817 | #endif |
| 818 | #ifndef __NR_pselect6 |
| 819 | # define __NR_pselect6 (SYSCALL_BIT | 270) |
| 820 | #endif |
| 821 | #ifndef __NR_ppoll |
| 822 | # define __NR_ppoll (SYSCALL_BIT | 271) |
| 823 | #endif |
| 824 | #ifndef __NR_unshare |
| 825 | # define __NR_unshare (SYSCALL_BIT | 272) |
| 826 | #endif |
| 827 | #ifndef __NR_set_robust_list |
| 828 | # define __NR_set_robust_list (SYSCALL_BIT | 273) |
| 829 | #endif |
| 830 | #ifndef __NR_get_robust_list |
| 831 | # define __NR_get_robust_list (SYSCALL_BIT | 274) |
| 832 | #endif |
| 833 | #ifndef __NR_splice |
| 834 | # define __NR_splice (SYSCALL_BIT | 275) |
| 835 | #endif |
| 836 | #ifndef __NR_tee |
| 837 | # define __NR_tee (SYSCALL_BIT | 276) |
| 838 | #endif |
| 839 | #ifndef __NR_sync_file_range |
| 840 | # define __NR_sync_file_range (SYSCALL_BIT | 277) |
| 841 | #endif |
| 842 | #ifndef __NR_vmsplice |
| 843 | # define __NR_vmsplice (SYSCALL_BIT | 278) |
| 844 | #endif |
| 845 | #ifndef __NR_move_pages |
| 846 | # define __NR_move_pages (SYSCALL_BIT | 279) |
| 847 | #endif |
| 848 | #ifndef __NR_utimensat |
| 849 | # define __NR_utimensat (SYSCALL_BIT | 280) |
| 850 | #endif |
| 851 | #ifndef __NR_epoll_pwait |
| 852 | # define __NR_epoll_pwait (SYSCALL_BIT | 281) |
| 853 | #endif |
| 854 | #ifndef __NR_signalfd |
| 855 | # define __NR_signalfd (SYSCALL_BIT | 282) |
| 856 | #endif |
| 857 | #ifndef __NR_timerfd_create |
| 858 | # define __NR_timerfd_create (SYSCALL_BIT | 283) |
| 859 | #endif |
| 860 | #ifndef __NR_eventfd |
| 861 | # define __NR_eventfd (SYSCALL_BIT | 284) |
| 862 | #endif |
| 863 | #ifndef __NR_fallocate |
| 864 | # define __NR_fallocate (SYSCALL_BIT | 285) |
| 865 | #endif |
| 866 | #ifndef __NR_timerfd_settime |
| 867 | # define __NR_timerfd_settime (SYSCALL_BIT | 286) |
| 868 | #endif |
| 869 | #ifndef __NR_timerfd_gettime |
| 870 | # define __NR_timerfd_gettime (SYSCALL_BIT | 287) |
| 871 | #endif |
| 872 | #ifndef __NR_accept4 |
| 873 | # define __NR_accept4 (SYSCALL_BIT | 288) |
| 874 | #endif |
| 875 | #ifndef __NR_signalfd4 |
| 876 | # define __NR_signalfd4 (SYSCALL_BIT | 289) |
| 877 | #endif |
| 878 | #ifndef __NR_eventfd2 |
| 879 | # define __NR_eventfd2 (SYSCALL_BIT | 290) |
| 880 | #endif |
| 881 | #ifndef __NR_epoll_create1 |
| 882 | # define __NR_epoll_create1 (SYSCALL_BIT | 291) |
| 883 | #endif |
| 884 | #ifndef __NR_dup3 |
| 885 | # define __NR_dup3 (SYSCALL_BIT | 292) |
| 886 | #endif |
| 887 | #ifndef __NR_pipe2 |
| 888 | # define __NR_pipe2 (SYSCALL_BIT | 293) |
| 889 | #endif |
| 890 | #ifndef __NR_inotify_init1 |
| 891 | # define __NR_inotify_init1 (SYSCALL_BIT | 294) |
| 892 | #endif |
| 893 | #ifndef __NR_preadv |
| 894 | # define __NR_preadv (SYSCALL_BIT | 295) |
| 895 | #endif |
| 896 | #ifndef __NR_pwritev |
| 897 | # define __NR_pwritev (SYSCALL_BIT | 296) |
| 898 | #endif |
| 899 | #ifndef __NR_rt_tgsigqueueinfo |
| 900 | # define __NR_rt_tgsigqueueinfo (SYSCALL_BIT | 297) |
| 901 | #endif |
| 902 | #ifndef __NR_perf_event_open |
| 903 | # define __NR_perf_event_open (SYSCALL_BIT | 298) |
| 904 | #endif |
| 905 | #ifndef __NR_recvmmsg |
| 906 | # define __NR_recvmmsg (SYSCALL_BIT | 299) |
| 907 | #endif |
| 908 | #ifndef __NR_fanotify_init |
| 909 | # define __NR_fanotify_init (SYSCALL_BIT | 300) |
| 910 | #endif |
| 911 | #ifndef __NR_fanotify_mark |
| 912 | # define __NR_fanotify_mark (SYSCALL_BIT | 301) |
| 913 | #endif |
| 914 | #ifndef __NR_prlimit64 |
| 915 | # define __NR_prlimit64 (SYSCALL_BIT | 302) |
| 916 | #endif |
| 917 | #ifndef __NR_name_to_handle_at |
| 918 | # define __NR_name_to_handle_at (SYSCALL_BIT | 303) |
| 919 | #endif |
| 920 | #ifndef __NR_open_by_handle_at |
| 921 | # define __NR_open_by_handle_at (SYSCALL_BIT | 304) |
| 922 | #endif |
| 923 | #ifndef __NR_clock_adjtime |
| 924 | # define __NR_clock_adjtime (SYSCALL_BIT | 305) |
| 925 | #endif |
| 926 | #ifndef __NR_syncfs |
| 927 | # define __NR_syncfs (SYSCALL_BIT | 306) |
| 928 | #endif |
| 929 | #ifndef __NR_sendmmsg |
| 930 | # define __NR_sendmmsg (SYSCALL_BIT | 307) |
| 931 | #endif |
| 932 | #ifndef __NR_setns |
| 933 | # define __NR_setns (SYSCALL_BIT | 308) |
| 934 | #endif |
| 935 | #ifndef __NR_getcpu |
| 936 | # define __NR_getcpu (SYSCALL_BIT | 309) |
| 937 | #endif |
| 938 | #ifndef __NR_process_vm_readv |
| 939 | # define __NR_process_vm_readv (SYSCALL_BIT | 310) |
| 940 | #endif |
| 941 | #ifndef __NR_process_vm_writev |
| 942 | # define __NR_process_vm_writev (SYSCALL_BIT | 311) |
| 943 | #endif |
| 944 | #ifndef __NR_kcmp |
| 945 | # define __NR_kcmp (SYSCALL_BIT | 312) |
| 946 | #endif |
| 947 | #ifndef __NR_finit_module |
| 948 | # define __NR_finit_module (SYSCALL_BIT | 313) |
| 949 | #endif |
| 950 | #ifndef __NR_sched_setattr |
| 951 | # define __NR_sched_setattr (SYSCALL_BIT | 314) |
| 952 | #endif |
| 953 | #ifndef __NR_sched_getattr |
| 954 | # define __NR_sched_getattr (SYSCALL_BIT | 315) |
| 955 | #endif |
| 956 | #ifndef __NR_renameat2 |
| 957 | # define __NR_renameat2 (SYSCALL_BIT | 316) |
| 958 | #endif |
| 959 | #ifndef __NR_seccomp |
| 960 | # define __NR_seccomp (SYSCALL_BIT | 317) |
| 961 | #endif |
| 962 | #ifndef __NR_getrandom |
| 963 | # define __NR_getrandom (SYSCALL_BIT | 318) |
| 964 | #endif |
| 965 | #ifndef __NR_memfd_create |
| 966 | # define __NR_memfd_create (SYSCALL_BIT | 319) |
| 967 | #endif |
| 968 | #ifndef __NR_kexec_file_load |
| 969 | # define __NR_kexec_file_load (SYSCALL_BIT | 320) |
| 970 | #endif |
| 971 | #ifndef __NR_bpf |
| 972 | # define __NR_bpf (SYSCALL_BIT | 321) |
| 973 | #endif |
| 974 | #ifndef __NR_execveat |
| 975 | # define __NR_execveat (SYSCALL_BIT | 322) |
| 976 | #endif |
| 977 | #ifndef __NR_userfaultfd |
| 978 | # define __NR_userfaultfd (SYSCALL_BIT | 323) |
| 979 | #endif |
| 980 | #ifndef __NR_membarrier |
| 981 | # define __NR_membarrier (SYSCALL_BIT | 324) |
| 982 | #endif |
| 983 | #ifndef __NR_mlock2 |
| 984 | # define __NR_mlock2 (SYSCALL_BIT | 325) |
| 985 | #endif |
| 986 | #ifndef __NR_copy_file_range |
| 987 | # define __NR_copy_file_range (SYSCALL_BIT | 326) |
| 988 | #endif |
| 989 | #ifndef __NR_preadv2 |
| 990 | # define __NR_preadv2 (SYSCALL_BIT | 327) |
| 991 | #endif |
| 992 | #ifndef __NR_pwritev2 |
| 993 | # define __NR_pwritev2 (SYSCALL_BIT | 328) |
| 994 | #endif |
| 995 | #ifndef __NR_pkey_mprotect |
| 996 | # define __NR_pkey_mprotect (SYSCALL_BIT | 329) |
| 997 | #endif |
| 998 | #ifndef __NR_pkey_alloc |
| 999 | # define __NR_pkey_alloc (SYSCALL_BIT | 330) |
| 1000 | #endif |
| 1001 | #ifndef __NR_pkey_free |
| 1002 | # define __NR_pkey_free (SYSCALL_BIT | 331) |
| 1003 | #endif |
| 1004 | #ifndef __NR_statx |
| 1005 | # define __NR_statx (SYSCALL_BIT | 332) |
| 1006 | #endif |
| 1007 | #ifndef __NR_io_pgetevents |
| 1008 | # define __NR_io_pgetevents (SYSCALL_BIT | 333) |
| 1009 | #endif |
| 1010 | #ifndef __NR_rseq |
| 1011 | # define __NR_rseq (SYSCALL_BIT | 334) |
Elliott Hughes | 39bac05 | 2017-05-25 16:56:11 -0700 | [diff] [blame] | 1012 | #endif |