aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2025-12-04 16:03:33 -0800
committerAndrew Kelley <andrew@ziglang.org>2025-12-23 22:15:07 -0800
commit814480db7cd0ab1d8441919223a88ee411f54ea8 (patch)
tree2bd58c06839d8af32caa507299abb254b04bc248 /lib/std/debug
parentd1d2c37af26902f953b2b72335b326c4b01e3bb2 (diff)
downloadzig-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.zig2
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,
};