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 984f4f9 commit 94dd171Copy full SHA for 94dd171
src/shims/unix/linux/eventfd.rs
@@ -64,7 +64,7 @@ impl FileDescription for Event {
64
throw_unsup_format!("eventfd: blocking is unsupported");
65
}
66
} else {
67
- // Future `read` calls will synchronize with this write, so update the FD clock.
+ // Synchronize with all prior `write` calls to this FD.
68
ecx.acquire_clock(&self.clock);
69
// Return the counter in the host endianness using the buffer provided by caller.
70
*bytes = match ecx.tcx.sess.target.endian {
0 commit comments