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