mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 06:43:07 +00:00
Also add `std.fs.has_executable_bit` for doing conditional compilation. This adds the linux syscalls for chmod and fchmodat, as well as the extern libc function declarations. Only `fchmodat` is added to `std.os`, and it is not yet added to std.fs.