summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/sys/wait.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-07tools/nolibc: avoid false-positive -Wmaybe-uninitialized through waitpid()Thomas Weißschuh1-1/+1
2025-05-21tools/nolibc: implement wait() in terms of waitpid()Thomas Weißschuh1-6/+6
2025-05-21tools/nolibc: include nolibc.h early from all header filesThomas Weißschuh1-4/+3
2025-04-22tools/nolibc: implement waitpid() in terms of waitid()Thomas Weißschuh1-12/+58
2025-04-19tools/nolibc: move wait() and friends to sys/wait.hThomas Weißschuh1-0/+71