|
From: Bart V. A. <bva...@ac...> - 2011-11-18 08:13:33
|
On Thu, Nov 17, 2011 at 10:14 PM, Rich Coe <rc...@wi...> wrote: > On RHEL.4, which is apparently non-unixy-compliant, requires #include linux/mman.h. Why would RHEL 4 be non-Unix compliant ? MREMAP_FIXED is a Linux extension. See e.g. http://pubs.opengroup.org/onlinepubs/009695399/functions/mmap.html. Bart. |