submodule: ninja-build advance to 0.2.3 with Redox getloadavg re-declaration
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.
This commit is contained in:
Submodule local/recipes/dev/ninja-build/source updated: 79feac0f3e...26f6155f0f
Reference in New Issue
Block a user