Files
zig/lib
Andrew Kelley 877a1f2a29 std.os: fix error codes for execve
execve can return EBADLIB on Linux. I observed this when passing
an x86_64 interpreter path to qemu-i386.

This error code is Linux and Solaris-only. I came up with an improved
pattern for dealing with OS-specific error codes.
2021-12-15 14:23:32 -07:00
..
2021-12-13 15:07:53 -08:00
2021-12-15 14:23:32 -07:00