www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - ... sys.mman.d missing some variable

reply "bioinfornatics" <bioinfornatics fedoraproject.org> writes:
Dear,

mman.d should to define these variable:

MAP_NORESERVE
MAP_POPULATE
MAP_HUGETLB
MAP_LOCKED
MAP_NONBLOCK
MAP_STACK

i.e http://linux.die.net/man/2/mmap


Please add them
Jun 20 2013
parent "bioinfornatics" <bioinfornatics fedoraproject.org> writes:
On Thursday, 20 June 2013 at 19:39:51 UTC, bioinfornatics wrote:
 Dear,

 mman.d should to define these variable:

 MAP_NORESERVE
 MAP_POPULATE
 MAP_HUGETLB
 MAP_LOCKED
 MAP_NONBLOCK
 MAP_STACK

 i.e http://linux.die.net/man/2/mmap


 Please add them
To help /usr/include/bits/mman.h http://paste.fedoraproject.org/19997/75754913/
Jun 20 2013