mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +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.