2 Copyright © 2002-2004, The AROS Development Team.
12 #include <sys/types.h>
15 pid_t
wait(int *status
);
16 //pid_t waitpid(pid_t, int *, int);
19 //pid_t wait3(int *, int, struct rusage *);
20 //pid_t wait4(pid_t, int *, int, struct rusage *);
22 #endif /* SYS_WAIT_H_ */