0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-27 23:27:11 +01:00
This commit is contained in:
Eliot Horowitz 2007-10-28 23:06:25 -04:00
parent 5640683c67
commit b623ea8c7f

View File

@ -80,6 +80,7 @@ MemoryMappedFile::~MemoryMappedFile() {
}
#ifndef O_NOATIME
#warning NO O_NOATIME
#define O_NOATIME 0
#endif