aboutsummaryrefslogtreecommitdiff
path: root/lib/std/array_hash_map.zig
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2025-10-03 22:19:25 +0100
committerLinus Groh <mail@linusgroh.de>2025-10-03 22:19:25 +0100
commita76851b2ef8f22fb318573b33c973cf768423b5e (patch)
tree97422f6d7aa453810bc504a2b9d5f64eacdf1c7d /lib/std/array_hash_map.zig
parent701a6f394cd96074a3258fc5545e7b278c13ef97 (diff)
downloadzig-a76851b2ef8f22fb318573b33c973cf768423b5e.tar.gz
zig-a76851b2ef8f22fb318573b33c973cf768423b5e.zip
std.c: Also make Sigaction flags a c_uint for serenity
This matches all other platforms. Even if this field is defined as 'int' in the C definition, the expectation is that the full 32-bit unsigned integer range can be used. In particular this Sigaction initializer in the new std.debug code was causing a build failure: ```zig .flags = (posix.SA.SIGINFO | posix.SA.RESTART | posix.SA.RESETHAND) ```
Diffstat (limited to 'lib/std/array_hash_map.zig')
0 files changed, 0 insertions, 0 deletions