polling/src
Dan Gohman d22ed8fd7b Fix compilation on x32
Fix compilation on x86_64-unknown-linux-gnux32, where
libc's timespec's `tv_nsec` is [defined as `i64`]. See also
[this bug] bug for further discussion.

[defined as `i64`]: https://github.com/rust-lang/libc/blob/master/src/unix/mod.rs#L61
[this bug]: https://sourceware.org/bugzilla/show_bug.cgi?id=16437
2020-09-05 22:17:26 -07:00
..
epoll.rs Fix compilation on x32 2020-09-05 22:17:26 -07:00
kqueue.rs Replace log::debug with log::trace 2020-09-03 12:55:46 +02:00
lib.rs Replace log::debug with log::trace 2020-09-03 12:55:46 +02:00
port.rs Cleanup 2020-09-01 06:48:09 +02:00
wepoll.rs Replace log::debug with log::trace 2020-09-03 12:55:46 +02:00