| author | |
| committer | |
| log | 7eb82b8651e134c18fe7377dca271d6963333d61 |
| tree | 68298183279baff61a5c54ef094090cdce128e1b |
| parent | a608ebaa500af2f45ee3b826127b81822c92d028 |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 0 insertions(+), 1 deletions(-)
std/os.zig-1| ... | ... | @@ -1946,7 +1946,6 @@ pub const MMapError = error{ |
| 1946 | 1946 | |
| 1947 | 1947 | /// Map files or devices into memory. |
| 1948 | 1948 | /// Use of a mapped region can result in these signals: |
| 1949 | /// `length` must be page-aligned. | |
| 1950 | 1949 | /// * SIGSEGV - Attempted write into a region mapped as read-only. |
| 1951 | 1950 | /// * SIGBUS - Attempted access to a portion of the buffer that does not correspond to the file |
| 1952 | 1951 | pub fn mmap( |