zig/lib/std/os
Julian Noble a03ab9ee01
std.os.windows.WriteFile: Map ERROR_NO_DATA to error.BrokenPipe instead of ERROR_BROKEN_PIPE (#21811)
It appears that ReadFile returns ERROR_BROKEN_PIPE for a broken pipe, but WriteFile returns ERROR_NO_DATA.

Co-authored-by: Alex Rønne Petersen <alex@alexrp.com>
2024-10-29 15:10:19 +01:00
..
linux std.dynamic_library: update to new elf API 2024-10-12 10:44:17 -07:00
plan9
uefi uefi: erroneous alignment check in pool_allocator 2024-09-24 13:30:53 -07:00
windows Initial port work for *-windows-itanium support. 2024-09-28 21:43:52 +02:00
emscripten.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
linux.zig Fix up Linux xattr syscalls 2024-10-26 13:53:07 +02:00
plan9.zig
uefi.zig std.os.uefi: Fix calling convention build error 2024-10-25 10:45:55 +02:00
wasi.zig Copy in WASI rights_t documentation 2024-10-06 09:44:52 +01:00
windows.zig std.os.windows.WriteFile: Map ERROR_NO_DATA to error.BrokenPipe instead of ERROR_BROKEN_PIPE (#21811) 2024-10-29 15:10:19 +01:00