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
signaturelock-open 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{
19461946
19471947/// Map files or devices into memory.
19481948/// Use of a mapped region can result in these signals:
1949/// `length` must be page-aligned.
19501949/// * SIGSEGV - Attempted write into a region mapped as read-only.
19511950/// * SIGBUS - Attempted access to a portion of the buffer that does not correspond to the file
19521951pub fn mmap(