Changes between Initial Version and Version 1 of Ticket #224
- Timestamp:
- 08/14/2009 03:38:13 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #224
- Property summary changed from 2G limitation on 32bit off_t arch to 2G limitation on 64bit arch
-
Ticket #224 – description
initial v1 1 {{{2 DESCRIPTION3 The mmap2() system call operates in exactly the same way as mmap(2), except that the final argument specifies the4 offset into the file in 4096-byte units (instead of bytes, as is done by mmap(2)). This enables applications that5 use a 32-bit off_t to map large files (up to 2^44 bytes).6 }}}

