authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-06-04 12:31:20-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-06-04 12:31:20-04:00
log7eb82b8651e134c18fe7377dca271d6963333d61
tree68298183279baff61a5c54ef094090cdce128e1b
parenta608ebaa500af2f45ee3b826127b81822c92d028
signature Commit is signed but in an unrecognized format.

std.os.mmap: update doc comments for previous commits


1 files changed, 0 insertions(+), 1 deletions(-)

std/os.zig-1
...@@ -1946,7 +1946,6 @@ pub const MMapError = error{...@@ -1946,7 +1946,6 @@ pub const MMapError = error{
19461946
1947/// Map files or devices into memory.1947/// Map files or devices into memory.
1948/// Use of a mapped region can result in these signals:1948/// Use of a mapped region can result in these signals:
1949/// `length` must be page-aligned.
1950/// * SIGSEGV - Attempted write into a region mapped as read-only.1949/// * SIGSEGV - Attempted write into a region mapped as read-only.
1951/// * SIGBUS - Attempted access to a portion of the buffer that does not correspond to the file1950/// * SIGBUS - Attempted access to a portion of the buffer that does not correspond to the file
1952pub fn mmap(1951pub fn mmap(