summaryrefslogtreecommitdiff
path: root/include/sys/wait.h
AgeCommit message (Expand)AuthorLines
2014-02-11fix signed and unsigned comparision in macros in public headersSzabolcs Nagy-1/+1
2013-11-09adjust sys/wait.h not to produde errors in strict ISO C feature profileRich Felker-3/+7
2013-08-10fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127Rich Felker-2/+2
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker-6/+5
2013-01-04wait.h: add linux specific, thread-related waitpid() flagsrofl0r-0/+4
2012-10-21fix issues with wait constants in stdlib.hRich Felker-2/+0
2012-09-07default features: make musl usable without feature test macrosRich Felker-0/+2
2012-05-22support _BSD_SOURCE feature test macroRich Felker-1/+1
2011-04-21move wait.h macros out of bits. they do not vary.Rich Felker-2/+22
2011-04-21include signal.h to avoid thorny __sigcontext/sigcontext issuesRich Felker-2/+2
2011-02-19prototype wait3 and wait4Rich Felker-2/+6
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+28