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 852c7c8 commit 251c0f4Copy full SHA for 251c0f4
src/shims/unix/linux/eventfd.rs
@@ -10,6 +10,7 @@ use crate::{concurrency::VClock, *};
10
11
use self::shims::unix::fd::FileDescriptor;
12
13
+// Size of u8 array to hold u64.
14
const U64_ARRAY_SIZE: usize = mem::size_of::<u64>();
15
16
/// Maximum value that the eventfd counter can hold.
0 commit comments