Ref: https://sourceforge.net/mailarchive/message.php?msg_id=28429808
Investigate the changes needed to support systems without an mmap()-like facility.
Notes
The following changes were made to support systems without an mmap() system call:
ELFTC_HAVE_MMAP has been added. malloc()/read() on such systems. mmap() directly have been changed to use malloc()/read().
'Accept' this ticket.
Implemented, as of changeset [2370].
Related
Commit: [r2370]