ninja: remove unneeded patch
This commit is contained in:
parent
aa01456fb1
commit
84b3fa533c
@ -1,13 +0,0 @@
|
||||
diff --git a/src/util.cc b/src/util.cc
|
||||
index 84de879..0ac9ec7 100644
|
||||
--- a/src/util.cc
|
||||
+++ b/src/util.cc
|
||||
@@ -585,7 +585,7 @@ double GetLoadAverage() {
|
||||
// Calculation taken from comment in libperfstats.h
|
||||
return double(cpu_stats.loadavg[0]) / double(1 << SBITS);
|
||||
}
|
||||
-#elif defined(__UCLIBC__)
|
||||
+#elif defined(__UCLIBC__) || defined(__ANDROID__)
|
||||
double GetLoadAverage() {
|
||||
struct sysinfo si;
|
||||
if (sysinfo(&si) != 0)
|
Loading…
Reference in New Issue
Block a user