another try to build on osx
This commit is contained in:
parent
ad04f554a5
commit
e584eb7cbd
4 changed files with 5 additions and 5 deletions
|
|
@ -283,7 +283,9 @@ int OsmIdSet::openTmpFile() const {
|
|||
exit(1);
|
||||
}
|
||||
|
||||
#ifdef __unix__
|
||||
posix_fadvise(file, 0, 0, POSIX_FADV_SEQUENTIAL);
|
||||
#endif
|
||||
return file;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue