mirror of
https://github.com/ziglang/zig.git
synced 2025-12-11 00:33:08 +00:00
This code applies to ~any POSIX OS where we don't link libc. For example, it'll be useful for FreeBSD and NetBSD. As part of this, move std.os.linux.pie to std.pie since there's really nothing Linux-specific about what that file is doing.