Loading libutils/FileMap.cpp +6 −2 Original line number Diff line number Diff line Loading @@ -194,9 +194,9 @@ try_again: } // Provide guidance to the system. #if !defined(_WIN32) int FileMap::advise(MapAdvice advice) { #if !defined(_WIN32) int cc, sysAdvice; switch (advice) { Loading @@ -214,7 +214,11 @@ int FileMap::advise(MapAdvice advice) if (cc != 0) ALOGW("madvise(%d) failed: %s\n", sysAdvice, strerror(errno)); return cc; } #else int FileMap::advise(MapAdvice /* advice */) { return -1; #endif } #endif Loading
libutils/FileMap.cpp +6 −2 Original line number Diff line number Diff line Loading @@ -194,9 +194,9 @@ try_again: } // Provide guidance to the system. #if !defined(_WIN32) int FileMap::advise(MapAdvice advice) { #if !defined(_WIN32) int cc, sysAdvice; switch (advice) { Loading @@ -214,7 +214,11 @@ int FileMap::advise(MapAdvice advice) if (cc != 0) ALOGW("madvise(%d) failed: %s\n", sysAdvice, strerror(errno)); return cc; } #else int FileMap::advise(MapAdvice /* advice */) { return -1; #endif } #endif