Skip to content

Commit b5a2487

Browse files
committed
Fix chdirC compile error
1 parent b9198b7 commit b5a2487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/process.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub const Child = @import("process/Child.zig");
1515
pub const abort = posix.abort;
1616
pub const exit = posix.exit;
1717
pub const changeCurDir = posix.chdir;
18-
pub const changeCurDirC = posix.chdirC;
18+
pub const changeCurDirZ = posix.chdirZ;
1919

2020
pub const GetCwdError = posix.GetCwdError;
2121

0 commit comments

Comments
 (0)