For example: ``` error[E0425]: cannot find function `ppoll` in crate `libc` --> src/sys/unix.rs:202:33 | 202 | let ret = libc::ppoll(&mut pollfd, 1, &ts, null()); ``` This won't work on non-Linux systems