const use_kernel_timespec = native_arch == .hexagon or native_arch == .riscv32 or switch (native_abi)
const use_kernel_timespec = native_arch == .hexagon or native_arch == .riscv32 or switch (native_abi) { .gnux32, .muslx32, .x32 => true, else => false, }