another try to build on osx

This commit is contained in:
Patrick Brosi 2018-07-23 17:05:14 +02:00
parent ad04f554a5
commit e584eb7cbd
4 changed files with 5 additions and 5 deletions

View file

@ -283,7 +283,9 @@ int OsmIdSet::openTmpFile() const {
exit(1);
}
#ifdef __unix__
posix_fadvise(file, 0, 0, POSIX_FADV_SEQUENTIAL);
#endif
return file;
}