aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler/fmt.zig
diff options
context:
space:
mode:
authorJan Hendrik Farr <kernel@jfarr.cc>2024-06-16 03:29:34 +0200
committerAndrew Kelley <andrew@ziglang.org>2024-08-08 01:12:26 -0700
commitca012e5b69b9ff275c6e366c0348219d1c816f18 (patch)
tree8a82fa41a2709de3377beb853988b8abc8c3f7de /lib/compiler/fmt.zig
parent6976a5da19bf45f315eba2a0047977c6e659b2b3 (diff)
downloadzig-ca012e5b69b9ff275c6e366c0348219d1c816f18.tar.gz
zig-ca012e5b69b9ff275c6e366c0348219d1c816f18.zip
std.posix: read on timerfd can return error.Canceled
Diffstat (limited to 'lib/compiler/fmt.zig')
-rw-r--r--lib/compiler/fmt.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/fmt.zig b/lib/compiler/fmt.zig
index e549a05bdd..c747addd72 100644
--- a/lib/compiler/fmt.zig
+++ b/lib/compiler/fmt.zig
@@ -185,6 +185,7 @@ const FmtError = error{
BrokenPipe,
Unexpected,
WouldBlock,
+ Canceled,
FileClosed,
DestinationAddressRequired,
DiskQuota,