We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0910d8 commit 493ca33Copy full SHA for 493ca33
crates/cargo-util/src/read2.rs
@@ -32,7 +32,7 @@ mod imp {
32
let mut errfd = 1;
33
34
while nfds > 0 {
35
- // wait for either pipe to become readable using `select`
+ // wait for either pipe to become readable using `poll`
36
let r = unsafe { libc::poll(fds.as_mut_ptr(), nfds, -1) };
37
if r == -1 {
38
let err = io::Error::last_os_error();
0 commit comments