aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Build/Step/CheckObject.zig
diff options
context:
space:
mode:
authordweiller <4678790+dweiller@users.noreplay.github.com>2023-05-16 00:18:30 +1000
committerAndrew Kelley <andrew@ziglang.org>2023-06-03 13:45:52 -0700
commit3add9d8257d9414421acf91823917d9d49b28c6f (patch)
tree1a159c42f22d2bcfc33ed00db66a14f2620be735 /lib/std/Build/Step/CheckObject.zig
parentff57a264ad99562de16d9565d5bd4ac9cd964e5d (diff)
downloadzig-3add9d8257d9414421acf91823917d9d49b28c6f.tar.gz
zig-3add9d8257d9414421acf91823917d9d49b28c6f.zip
std.c: fix return type of recv/recvfrom on windows
Windows defines `recv` and `recvfrom` to return a value of type `int`, rather than a pointer-sized signed integer, and so should use `c_int` rather than `isize` for their return types.
Diffstat (limited to 'lib/std/Build/Step/CheckObject.zig')
0 files changed, 0 insertions, 0 deletions