mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
Fix chdirC compile error
This commit is contained in:
parent
b9198b708f
commit
b5a2487f7a
@ -15,7 +15,7 @@ pub const Child = @import("process/Child.zig");
|
||||
pub const abort = posix.abort;
|
||||
pub const exit = posix.exit;
|
||||
pub const changeCurDir = posix.chdir;
|
||||
pub const changeCurDirC = posix.chdirC;
|
||||
pub const changeCurDirZ = posix.chdirZ;
|
||||
|
||||
pub const GetCwdError = posix.GetCwdError;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user