Files
zig/lib/std/debug
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-04-02 15:05:31 +02:00
2025-12-23 22:15:11 -08:00