diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2025-12-04 16:03:33 -0800 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2025-12-23 22:15:07 -0800 |
| commit | 814480db7cd0ab1d8441919223a88ee411f54ea8 (patch) | |
| tree | 2bd58c06839d8af32caa507299abb254b04bc248 /lib/std/debug | |
| parent | d1d2c37af26902f953b2b72335b326c4b01e3bb2 (diff) | |
| download | zig-814480db7cd0ab1d8441919223a88ee411f54ea8.tar.gz zig-814480db7cd0ab1d8441919223a88ee411f54ea8.zip | |
std: all File functions moved to std.Io
Diffstat (limited to 'lib/std/debug')
| -rw-r--r-- | lib/std/debug/SelfInfo/Windows.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/debug/SelfInfo/Windows.zig b/lib/std/debug/SelfInfo/Windows.zig index ddb6bf73f6..0e923a0f16 100644 --- a/lib/std/debug/SelfInfo/Windows.zig +++ b/lib/std/debug/SelfInfo/Windows.zig @@ -343,7 +343,7 @@ const Module = struct { error.AntivirusInterference, error.ProcessFdQuotaExceeded, error.SystemFdQuotaExceeded, - error.FileLocksNotSupported, + error.FileLocksUnsupported, error.FileBusy, => return error.ReadFailed, }; |
