From 7eb82b8651e134c18fe7377dca271d6963333d61 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 4 Jun 2019 12:31:20 -0400 Subject: [PATCH] std.os.mmap: update doc comments for previous commits --- std/os.zig | 1 - 1 file changed, 1 deletion(-) 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(