Files
zig/lib/std/zig
Jonathan Marler f4eecf8d7d handle EROFS in create/open file
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.
2026-04-02 15:05:31 +02:00
..
2026-03-15 21:38:45 +01:00
2026-03-28 16:50:42 +00:00
2026-03-12 17:44:03 -04:00
2026-03-12 17:44:03 -04:00
2026-04-02 15:05:31 +02:00
2026-03-10 10:26:07 +00:00