zig/lib/std/os/bits
Philip Åkesson 4f0aa7d639 std: Use truncating cast in WIFSTOPPED for Linux, FreeBSD and DragonFly
The intermediate value can be larger than an u16, so @truncate is needed
to match the behavior of musl.
2021-08-31 22:03:54 -04:00
..
linux remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
darwin.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
dragonfly.zig std: Use truncating cast in WIFSTOPPED for Linux, FreeBSD and DragonFly 2021-08-31 22:03:54 -04:00
freebsd.zig std: Use truncating cast in WIFSTOPPED for Linux, FreeBSD and DragonFly 2021-08-31 22:03:54 -04:00
haiku.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
linux.zig std: Use truncating cast in WIFSTOPPED for Linux, FreeBSD and DragonFly 2021-08-31 22:03:54 -04:00
netbsd.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
openbsd.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
posix.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
wasi.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
windows.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00