Jonathan Marler ee1a95b555 fix semantic error with std.os.linux.all_mask
all_mask is a value of type sigset_t, which is defined as an array type
[N]u32.  However, all_mask references sigset_t.len, but, the array type
does not have a len field.  Fix is to use @typeInfo(sigset_t).Array.len
instead.
2022-05-26 19:50:10 -04:00
..
2021-11-09 07:08:27 -05:00
2022-04-19 19:51:19 -04:00
2021-11-09 07:08:27 -05:00