ref: fe1c4b0df744e9773a52356baaa91024c8e83e31 dir: /src/libc/arch/bsd/_waitpid.c/
#include <stddef.h> #include <sys.h> int _waitpid(pid_t pid, int *status, int options) { return _wait4(pid, status, options, NULL); }