| add_entrypoint_object( |
| wait |
| SRCS |
| wait.cpp |
| HDRS |
| ../wait.h |
| DEPENDS |
| libc.hdr.signal_macros |
| libc.hdr.sys_wait_macros |
| libc.hdr.types.pid_t |
| libc.hdr.types.siginfo_t |
| libc.hdr.types.struct_rusage |
| libc.include.sys_syscall |
| libc.src.__support.OSUtil.osutil |
| libc.src.errno.errno |
| ) |
| |
| add_entrypoint_object( |
| wait4 |
| SRCS |
| wait4.cpp |
| HDRS |
| ../wait4.h |
| DEPENDS |
| libc.hdr.signal_macros |
| libc.hdr.sys_wait_macros |
| libc.hdr.types.pid_t |
| libc.hdr.types.siginfo_t |
| libc.hdr.types.struct_rusage |
| libc.include.sys_syscall |
| libc.src.__support.OSUtil.osutil |
| libc.src.errno.errno |
| ) |
| |
| add_entrypoint_object( |
| waitpid |
| SRCS |
| waitpid.cpp |
| HDRS |
| ../waitpid.h |
| DEPENDS |
| libc.hdr.signal_macros |
| libc.hdr.sys_wait_macros |
| libc.hdr.types.pid_t |
| libc.hdr.types.siginfo_t |
| libc.hdr.types.struct_rusage |
| libc.include.sys_syscall |
| libc.src.__support.OSUtil.osutil |
| libc.src.errno.errno |
| ) |