Platform-specific package target: linux_arm64

Collection Info

View Source
Collection
core
Path
sys/unix
Entries
485

Source Files

Constants

410

SYS_landlock_create_ruleset #

Source
SYS_landlock_create_ruleset :: 444

SYS_landlock_restrict_self #

Source
SYS_landlock_restrict_self :: 446

SYS_sched_get_priority_max #

Source
SYS_sched_get_priority_max :: 146

SYS_sched_get_priority_min #

Source
SYS_sched_get_priority_min :: 147

Types

14

Procedures

61

sys_utimensat #

Source
sys_utimensat :: proc "contextless" (dfd: int, path: cstring, times: rawptr, flags: int) -> int {…}

NOTE: Unsure about if this works directly on 32 bit archs. It may need 32 bit version of the time struct. As of Linux 5.1, there is a utimensat_time64 function. Maybe use this in the future?