commit | 7ccc144fdd91a6c673b9750efae04d5f0bff6f60 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Thu Dec 11 19:25:02 2014 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Thu Dec 11 22:51:45 2014 +0000 |
tree | 11b3f547496db841e4390cd8374c241cf7093ab8 | |
parent | 58dd2cf352e660f8bcfcde251e2044366f68b601 [diff] |
process.c: move waitpid, wait4, osf_wait4, and waitid parsers to a separate file * wait.c: New file. * Makefile.am (strace_SOURCES): Add it. * process.c: Move sys_waitpid, sys_wait4, sys_osf_wait4, sys_waitid and related code to wait.c.