mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03: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.