mirror of
https://github.com/ziglang/zig.git
synced 2026-01-11 18:05:11 +00:00
On some systems, the type of the length of a slice is different from the nfds_t type, so cast the slice length to nfds_t. This is already done in poll, so just copy that implementation for ppoll.