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 4ba75aa commit ff9de45Copy full SHA for ff9de45
src/mm/msync.rs
@@ -11,8 +11,8 @@ use core::ffi::c_void;
11
12
pub use imp::mm::types::MsyncFlags;
13
14
-/// `msync(addr, len, flags)`—Declares an expected access pattern
15
-/// for a memory-mapped file.
+/// `msync(addr, len, flags)`—Synchronizes a memory-mapping with its backing
+/// storage.
16
///
17
/// # Safety
18
0 commit comments