| ... | @@ -15,7 +15,7 @@ pub const Child = @import("process/Child.zig"); | ... | @@ -15,7 +15,7 @@ pub const Child = @import("process/Child.zig"); |
| 15 | pub const abort = posix.abort; | 15 | pub const abort = posix.abort; |
| 16 | pub const exit = posix.exit; | 16 | pub const exit = posix.exit; |
| 17 | pub const changeCurDir = posix.chdir; | 17 | pub const changeCurDir = posix.chdir; |
| 18 | pub const changeCurDirC = posix.chdirC; | 18 | pub const changeCurDirZ = posix.chdirZ; |
| 19 | | 19 | |
| 20 | pub const GetCwdError = posix.GetCwdError; | 20 | pub const GetCwdError = posix.GetCwdError; |
| 21 | | 21 | |