Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-23 | libc/misc/getloadavg: Add getloadavg support to uClibc-ng | lancethepants | |
This borrows getloadavg.c from musl. getloadavg pops up often. Recently llvm and rust are dependent on it. glibc and musl have it and no-one actually checks if it's available in your libc. It's just become way easier to add it in uclibc-ng rather than patch everything else. Signed-off-by: Lance Fredrickson <lancethepants@gmail.com> |