const have_fchmod = switch (native_os)
const have_fchmod = switch (native_os) { .windows => false, .wasi => builtin.link_libc, else => true, }