commit | 6cb1debdec9f1f55c7352a1f9c7f1dd293ad185d | [log] [tgz] |
---|---|---|
author | Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com> | Fri Aug 26 11:31:44 2016 +0300 |
committer | Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com> | Fri Aug 26 11:33:03 2016 +0300 |
tree | b87f3ddd57f2680b30cc27f19f4a21f148ce4407 | |
parent | 57be6e2fefd0b061dc76562d3fc1ed2d4675de67 [diff] |
syscalls/waitpid: implement waitpid_ret_test() Several test cases call waitpid() and then verify the returned value and errno set. Moved this code into a function. Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>