Commit 1240ace
committed
Implement W as packed struct in
fixes the below on CI
/lib/std/process/Child.zig:526:24: error: cannot @bitcast to 'c.W__struct_316926'; struct does not have a guaranteed in-memory layout
const w: posix.W = @bitcast(status);
^~~~~~~~~~~~~~~~
/lib/std/c.zig:3682:75: note: struct declared here
.driverkit, .ios, .maccatalyst, .macos, .tvos, .visionos, .watchos => struct {
^~~~~~
Signed-off-by: Bernard Assan <mega.alpha100@gmail.com>c.zig
1 parent cc474ab commit 1240ace
3 files changed
Lines changed: 544 additions & 163 deletions
0 commit comments