mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
In Linux when interacting with the virtual file system when writing in invalid value to a file the OS will return errno 22 (INVAL). Instead of triggering an unreachable, this change now returns a newly introduced error.InvalidArgument.