|
@@ -3,9 +3,6 @@
|
|
#include <sys/wait.h>
|
|
#include <sys/wait.h>
|
|
#include <sys/resource.h>
|
|
#include <sys/resource.h>
|
|
|
|
|
|
-static inline
|
|
|
|
-_syscall4(__pid_t,wait4,__pid_t,pid,__WAIT_STATUS,status,int,options,struct rusage *,ru)
|
|
|
|
-
|
|
|
|
__pid_t wait3(__WAIT_STATUS wait_stat, int options, struct rusage *reserved)
|
|
__pid_t wait3(__WAIT_STATUS wait_stat, int options, struct rusage *reserved)
|
|
{
|
|
{
|
|
return wait4((-1) , wait_stat, options, reserved);
|
|
return wait4((-1) , wait_stat, options, reserved);
|