My current munmap implementation does not support partial unmaps and GCC relies on this behaviour. This patch removes unmapping if the address and len does not fully contain the mmap region.
My current munmap implementation does not support partial unmaps and GCC relies on this behaviour. This patch removes unmapping if the address and len does not fully contain the mmap region.