| ... | ... | @@ -231,6 +231,7 @@ pub const SYS_statfs64 = 266; |
| 231 | 231 | pub const SYS_fstatfs64 = 267; |
| 232 | 232 | pub const SYS_tgkill = 268; |
| 233 | 233 | pub const SYS_utimes = 269; |
| 234 | pub const SYS_fadvise64_64 = 270; |
| 234 | 235 | pub const SYS_arm_fadvise64_64 = 270; |
| 235 | 236 | pub const SYS_pciconfig_iobase = 271; |
| 236 | 237 | pub const SYS_pciconfig_read = 272; |
| ... | ... | @@ -302,6 +303,7 @@ pub const SYS_unshare = 337; |
| 302 | 303 | pub const SYS_set_robust_list = 338; |
| 303 | 304 | pub const SYS_get_robust_list = 339; |
| 304 | 305 | pub const SYS_splice = 340; |
| 306 | pub const SYS_sync_file_range2 = 341; |
| 305 | 307 | pub const SYS_arm_sync_file_range = 341; |
| 306 | 308 | pub const SYS_tee = 342; |
| 307 | 309 | pub const SYS_vmsplice = 343; |
| ... | ... | @@ -361,6 +363,39 @@ pub const SYS_pkey_free = 396; |
| 361 | 363 | pub const SYS_statx = 397; |
| 362 | 364 | pub const SYS_rseq = 398; |
| 363 | 365 | pub const SYS_io_pgetevents = 399; |
| 366 | pub const SYS_migrate_pages = 400; |
| 367 | pub const SYS_kexec_file_load = 401; |
| 368 | pub const SYS_clock_gettime64 = 403; |
| 369 | pub const SYS_clock_settime64 = 404; |
| 370 | pub const SYS_clock_adjtime64 = 405; |
| 371 | pub const SYS_clock_getres_time64 = 406; |
| 372 | pub const SYS_clock_nanosleep_time64 = 407; |
| 373 | pub const SYS_timer_gettime64 = 408; |
| 374 | pub const SYS_timer_settime64 = 409; |
| 375 | pub const SYS_timerfd_gettime64 = 410; |
| 376 | pub const SYS_timerfd_settime64 = 411; |
| 377 | pub const SYS_utimensat_time64 = 412; |
| 378 | pub const SYS_pselect6_time64 = 413; |
| 379 | pub const SYS_ppoll_time64 = 414; |
| 380 | pub const SYS_io_pgetevents_time64 = 416; |
| 381 | pub const SYS_recvmmsg_time64 = 417; |
| 382 | pub const SYS_mq_timedsend_time64 = 418; |
| 383 | pub const SYS_mq_timedreceive_time64 = 419; |
| 384 | pub const SYS_semtimedop_time64 = 420; |
| 385 | pub const SYS_rt_sigtimedwait_time64 = 421; |
| 386 | pub const SYS_futex_time64 = 422; |
| 387 | pub const SYS_sched_rr_get_interval_time64 = 423; |
| 388 | pub const SYS_pidfd_send_signal = 424; |
| 389 | pub const SYS_io_uring_setup = 425; |
| 390 | pub const SYS_io_uring_enter = 426; |
| 391 | pub const SYS_io_uring_register = 427; |
| 392 | |
| 393 | pub const SYS_breakpoint = 0x0f0001; |
| 394 | pub const SYS_cacheflush = 0x0f0002; |
| 395 | pub const SYS_usr26 = 0x0f0003; |
| 396 | pub const SYS_usr32 = 0x0f0004; |
| 397 | pub const SYS_set_tls = 0x0f0005; |
| 398 | pub const SYS_get_tls = 0x0f0006; |
| 364 | 399 | |
| 365 | 400 | pub const O_CREAT = 0o100; |
| 366 | 401 | pub const O_EXCL = 0o200; |