mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
std.os.mmap: update doc comments for previous commits
This commit is contained in:
parent
a608ebaa50
commit
7eb82b8651
@ -1946,7 +1946,6 @@ pub const MMapError = error{
|
||||
|
||||
/// Map files or devices into memory.
|
||||
/// Use of a mapped region can result in these signals:
|
||||
/// `length` must be page-aligned.
|
||||
/// * SIGSEGV - Attempted write into a region mapped as read-only.
|
||||
/// * SIGBUS - Attempted access to a portion of the buffer that does not correspond to the file
|
||||
pub fn mmap(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user