Fix chdirC compile error

This commit is contained in:
Adheesh Wadkar 2025-01-17 00:22:13 -06:00
parent b9198b708f
commit b5a2487f7a

View File

@ -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;