Skip to content

Commit 251c0f4

Browse files
committed
Add comment for the const
1 parent 852c7c8 commit 251c0f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shims/unix/linux/eventfd.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ use crate::{concurrency::VClock, *};
1010

1111
use self::shims::unix::fd::FileDescriptor;
1212

13+
// Size of u8 array to hold u64.
1314
const U64_ARRAY_SIZE: usize = mem::size_of::<u64>();
1415

1516
/// Maximum value that the eventfd counter can hold.

0 commit comments

Comments
 (0)