Changes between Initial Version and Version 1 of Ticket #224

Show
Ignore:
Timestamp:
08/14/2009 03:38:13 AM (4 years ago)
Author:
moo
Comment:

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 DESCRIPTION 
    3        The  mmap2()  system  call operates in exactly the same way as mmap(2), except that the final argument specifies the 
    4        offset into the file in 4096-byte units (instead of bytes, as is done by mmap(2)).  This enables  applications  that 
    5        use a 32-bit off_t to map large files (up to 2^44 bytes). 
    6 }}}