summaryrefslogtreecommitdiff
path: root/LibC/sys/wait.cpp
AgeCommit message (Expand)Author
2019-06-07LibC: Run clang-format on everything.Andreas Kling
2019-05-22LibC: Implement wait() as a wrapper around waitpid().Andreas Kling
2019-04-23Put assertions behind a DEBUG flag to make it easy to build without them.Andreas Kling
2019-02-24LibC: A bunch of compat work towards porting GCC.Andreas Kling