0.3.0: Close memory mapped file
The mmap() function retains a reference to the file associated with the file descriptor, so the file can be safely closed once the mapping has been established. Signed-off-by: Mark Aylett <[email protected]>
The mmap() function retains a reference to the file associated with the file descriptor, so the file can be safely closed once the mapping has been established. Signed-off-by: Mark Aylett <[email protected]>