Skip to content

0.3.0: Close memory mapped file

Compare
Choose a tag to compare
@markaylett markaylett released this 31 Jul 12:43
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]>