Loading libutils/FileMap.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ try_again: // Provide guidance to the system. int FileMap::advise(MapAdvice advice) { #if HAVE_MADVISE #if !defined(_WIN32) int cc, sysAdvice; switch (advice) { Loading @@ -216,5 +216,5 @@ int FileMap::advise(MapAdvice advice) return cc; #else return -1; #endif // HAVE_MADVISE #endif } Loading
libutils/FileMap.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ try_again: // Provide guidance to the system. int FileMap::advise(MapAdvice advice) { #if HAVE_MADVISE #if !defined(_WIN32) int cc, sysAdvice; switch (advice) { Loading @@ -216,5 +216,5 @@ int FileMap::advise(MapAdvice advice) return cc; #else return -1; #endif // HAVE_MADVISE #endif }