aboutsummaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-06-04 12:31:20 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-06-04 12:31:20 -0400
commit7eb82b8651e134c18fe7377dca271d6963333d61 (patch)
tree68298183279baff61a5c54ef094090cdce128e1b /std
parenta608ebaa500af2f45ee3b826127b81822c92d028 (diff)
downloadzig-7eb82b8651e134c18fe7377dca271d6963333d61.tar.gz
zig-7eb82b8651e134c18fe7377dca271d6963333d61.zip
std.os.mmap: update doc comments for previous commits
Diffstat (limited to 'std')
-rw-r--r--std/os.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/os.zig b/std/os.zig
index cc44025031..46f73bc7ce 100644
--- a/std/os.zig
+++ b/std/os.zig
@@ -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(