| ... | @@ -1946,7 +1946,6 @@ pub const MMapError = error{ | ... | @@ -1946,7 +1946,6 @@ pub const MMapError = error{ |
| 1946 | | 1946 | |
| 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 file | 1950 | /// * SIGBUS - Attempted access to a portion of the buffer that does not correspond to the file |
| 1952 | pub fn mmap( | 1951 | pub fn mmap( |