mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
std.posix.WriteError: update AccessDenied docs
It can happen on POSIX too.
This commit is contained in:
parent
e4d5706957
commit
1110950528
@ -1169,8 +1169,7 @@ pub const WriteError = error{
|
||||
DeviceBusy,
|
||||
InvalidArgument,
|
||||
|
||||
/// In WASI, this error may occur when the file descriptor does
|
||||
/// not hold the required rights to write to it.
|
||||
/// File descriptor does not hold the required rights to write to it.
|
||||
AccessDenied,
|
||||
BrokenPipe,
|
||||
SystemResources,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user