summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/sys/wait.h
AgeCommit message (Expand)Author
2025-07-07tools/nolibc: avoid false-positive -Wmaybe-uninitialized through waitpid()Thomas Weißschuh
2025-05-21tools/nolibc: implement wait() in terms of waitpid()Thomas Weißschuh
2025-05-21tools/nolibc: include nolibc.h early from all header filesThomas Weißschuh
2025-04-22tools/nolibc: implement waitpid() in terms of waitid()Thomas Weißschuh
2025-04-19tools/nolibc: move wait() and friends to sys/wait.hThomas Weißschuh