Files
RedBear-OS/local
vasilito 21419bacc8 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.
2026-06-09 15:53:55 +03:00
..