zig/lib
David Rubin 71988d6719
Io.net: set receive{,Timeout} message to init
If we use `undefined`, then `netReceive` can `@intCast` the
control slice len to msghdr controllen, which is sometimes `u32`,
even on 64-bit platforms.

`init` just avoids this entirely by setting `control` to an empty
slice rather than undefined.
2025-11-06 17:44:28 -08:00
..
build-web std.Build: implement unit test timeouts 2025-10-18 09:28:39 +01:00
c
compiler std.debug.lockStderrWriter: also return ttyconf 2025-10-30 09:31:28 +00:00
compiler_rt fix: make compiler_rt and std.Io.Writer compile on 16-bit platforms. 2025-10-27 11:17:48 +01:00
docs
include remove all IBM AIX and z/OS support 2025-10-29 14:25:51 +01:00
init
libc libc: Add mach-o/getsect.h and mach/exception.h macOS headers 2025-11-04 21:51:48 +00:00
libcxx remove all IBM AIX and z/OS support 2025-10-29 14:25:51 +01:00
libcxxabi remove all IBM AIX and z/OS support 2025-10-29 14:25:51 +01:00
libtsan remove all IBM AIX and z/OS support 2025-10-29 14:25:51 +01:00
libunwind remove all IBM AIX and z/OS support 2025-10-29 14:25:51 +01:00
std Io.net: set receive{,Timeout} message to init 2025-11-06 17:44:28 -08:00
c.zig
compiler_rt.zig
fuzzer.zig
ubsan_rt.zig Coff: implement threadlocal variables 2025-10-10 22:47:47 -07:00
zig.h remove all IBM AIX and z/OS support 2025-10-29 14:25:51 +01:00