aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread/Mutex/Recursive.zig
diff options
context:
space:
mode:
authorKarol Kosek <krkk@serenityos.org>2025-02-09 14:17:04 +0100
committerKarol Kosek <krkk@serenityos.org>2025-02-09 16:40:21 +0100
commit2ccfb1dafd03c906c5ca22f4eaaf07feaff758e5 (patch)
treeb22b220b70e7c5039eb40201f3314b7a00b0f0fe /lib/std/Thread/Mutex/Recursive.zig
parent18ffd48b60aacf3cf1ea387f513848818731dbea (diff)
downloadzig-2ccfb1dafd03c906c5ca22f4eaaf07feaff758e5.tar.gz
zig-2ccfb1dafd03c906c5ca22f4eaaf07feaff758e5.zip
std.c: Use std.c.NI as the flags type in getnameinfo
std.c.NI was never used in the source, so let's finally use it and make the function more clear! This is a breaking change, although a minor one: If you previously passed 0 here (meaning no flags), then now you have to pass an empty struct (.{}) instead. Otherwise, you probably used @bitCast() shenanigans here (like @bitCast(c.NI { .NUMERICHOST = true }) and that will still work, but you can also get rid of the @bitCast() now!
Diffstat (limited to 'lib/std/Thread/Mutex/Recursive.zig')
0 files changed, 0 insertions, 0 deletions