21419bacc8
Pick up the ninja-build fork's 0.2.3 branch HEAD (26f6155), which adds an extern "C" declaration of getloadavg(double[], int) guarded by __redox__ to util.cc. Redox's <cstdlib> wrapper pulls in a stale toolchain stdlib.h that lacks getloadavg, so util.cc fails to compile on Redox with an implicit-function-declaration error even though relibc provides the implementation. Other platforms are untouched.