mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-07-12 08:32:12 -04:00
f4eecf8d7d
I hit an unexpected errno 30 on macos attempting to call createFile on a directory in PATH. errno 30 is EROFS, this change propagates that error as error.ReadOnlyFileSystem.