#include #include #include #include __pid_t wait(__WAIT_STATUS wait_stat) { return wait4((-1) /* WAIT_ANY */, wait_stat, 0, NULL); }