| author | |
| committer | |
| log | b5a2487f7a7b48c4d30a17b3d9b807dccbaf43fc |
| tree | 6dc153af4159017be2ec5b4bf7cae15164a45203 |
| parent | b9198b708f8accb41fdb3f11bf635d63fbff461d |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/process.zig+1-1| ... | ... | @@ -15,7 +15,7 @@ pub const Child = @import("process/Child.zig"); |
| 15 | 15 | pub const abort = posix.abort; |
| 16 | 16 | pub const exit = posix.exit; |
| 17 | 17 | pub const changeCurDir = posix.chdir; |
| 18 | pub const changeCurDirC = posix.chdirC; | |
| 18 | pub const changeCurDirZ = posix.chdirZ; | |
| 19 | 19 | |
| 20 | 20 | pub const GetCwdError = posix.GetCwdError; |
| 21 | 21 |