zig/lib/std/os
Jens Goldberg 1df993706a Fix socklen_t cast in win32 recvfrom
All other uses of `ws2_32.socklen_t` in windows.zig casts the value to an i32. `recvfrom` should do so as well; it currently errors out with `expected type '?*i32', found '?*u32'`.
2021-05-24 13:46:35 -04:00
..
bits housekeeping: builtin.arch → builtin.cpu.arch 2021-05-24 13:38:47 -04:00
linux housekeeping: builtin.arch → builtin.cpu.arch 2021-05-24 13:38:47 -04:00
uefi Const correct GUID parameter of getInfo and setInfo 2021-05-20 18:53:59 -04:00
windows Merge pull request #7664 from marler8997/fixWindowsPaths 2021-05-22 17:58:59 -04:00
bits.zig initial support for haiku past stage0 2021-02-25 16:41:42 -07:00
darwin.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
dragonfly.zig Year++ 2020-12-31 15:45:24 -08:00
freebsd.zig Year++ 2020-12-31 15:45:24 -08:00
haiku.zig initial support for haiku past stage0 2021-02-25 16:41:42 -07:00
linux.zig Run zig fmt on src/ and lib/std/ 2021-05-20 17:14:18 +02:00
netbsd.zig Year++ 2020-12-31 15:45:24 -08:00
openbsd.zig Year++ 2020-12-31 15:45:24 -08:00
test.zig std: update regarding std.builtin reorganization 2021-05-17 16:08:09 -07:00
uefi.zig std.os.uefi.Guid fixes (#8032) 2021-02-21 12:17:59 +02:00
wasi.zig Year++ 2020-12-31 15:45:24 -08:00
windows.zig Fix socklen_t cast in win32 recvfrom 2021-05-24 13:46:35 -04:00