summaryrefslogtreecommitdiff
path: root/test/sys/test_wait.rs
AgeCommit message (Collapse)Author
2016-01-18update libc to 0.2.2Mattis Marjak
2015-07-13Add status to WaitStatusJoseph Kain
* Extend the enums in WaitStatus to include all process states (signaled, stopped, exited, continued). * Decode status from waitpid * Return appropate WaitStatus * Update tests to use the new WaitStatus * Add new tests for specific status values