• Andrew M. Kuchling's avatar
    Patch from Lorenzo M. Catucci: · ea34a84e
    Andrew M. Kuchling yazdı
    I discovered the [MREMAP_MAYMOVE] symbol is only defined when _GNU_SOURCE is
    defined; therefore, here is the change: if we are compiling for linux,
    define _GNU_SOURCE before including mman.h, and all is done.
    ea34a84e
mmapmodule.c 21 KB