diff options
Diffstat (limited to 'lib/libc/gen/wait3.c')
-rw-r--r-- | lib/libc/gen/wait3.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/wait3.c b/lib/libc/gen/wait3.c index 965effe..b50e3dd 100644 --- a/lib/libc/gen/wait3.c +++ b/lib/libc/gen/wait3.c @@ -42,6 +42,8 @@ __FBSDID("$FreeBSD$"); #include "libc_private.h" +pid_t __wait3(int *, int, struct rusage *); + pid_t __wait3(int *istat, int options, struct rusage *rup) { |