mirror of
https://github.com/jiangcuo/nix.git
synced 2026-01-16 22:53:25 +00:00
* Relax lifetime requirements for FdSet::{insert, remove, contains}
Fixes #2130
* Take BorrowedFd as the argument for FdSet::{insert, remove, contains}
&AsFd doesn't work because there are 'static types, like std::fs::File,
which implement AsFd.
* fix changelog & remove unused entries
* fix wrong PR number
---------
Co-authored-by: Steve Lau <stevelauc@outlook.com>
|
||
|---|---|---|
| .. | ||
| mod.rs | ||
| test_aio_drop.rs | ||
| test_aio.rs | ||
| test_epoll.rs | ||
| test_inotify.rs | ||
| test_ioctl.rs | ||
| test_mman.rs | ||
| test_prctl.rs | ||
| test_pthread.rs | ||
| test_ptrace.rs | ||
| test_select.rs | ||
| test_signal.rs | ||
| test_signalfd.rs | ||
| test_socket.rs | ||
| test_sockopt.rs | ||
| test_stat.rs | ||
| test_sysinfo.rs | ||
| test_termios.rs | ||
| test_timerfd.rs | ||
| test_uio.rs | ||
| test_wait.rs | ||