all tests passing in MacOS

depends on LLD 5.0.0 with 3 patches

See #273
This commit is contained in:
Andrew Kelley
2017-08-27 17:16:42 -04:00
parent 5fd579a51c
commit ebdc6b594d
8 changed files with 131 additions and 17 deletions

View File

@@ -6,6 +6,8 @@ const arch = switch (builtin.arch) {
};
pub use @import("linux_errno.zig");
pub const PATH_MAX = 4096;
pub const STDIN_FILENO = 0;
pub const STDOUT_FILENO = 1;
pub const STDERR_FILENO = 2;