Allow explicit closing of the MappedFile, before destruction

llvm-svn: 17759
This commit is contained in:
Reid Spencer 2004-11-14 21:51:36 +00:00
parent df6952563a
commit 858bc78223

View File

@ -121,6 +121,8 @@ namespace sys {
/// @brief Set the size of the file and memory mapping.
void size(size_t new_size);
void close() { terminate(); }
/// @}
/// @name Implementation
/// @{