]> granicus.if.org Git - strace/commit
process.c: move waitpid, wait4, osf_wait4, and waitid parsers to a separate file
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 11 Dec 2014 19:25:02 +0000 (19:25 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 11 Dec 2014 22:51:45 +0000 (22:51 +0000)
commit7ccc144fdd91a6c673b9750efae04d5f0bff6f60
tree11b3f547496db841e4390cd8374c241cf7093ab8
parent58dd2cf352e660f8bcfcde251e2044366f68b601
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.
Makefile.am
process.c
wait.c [new file with mode: 0644]