summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/wait3.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/wait3.c')
-rw-r--r--lib/libc/gen/wait3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/wait3.c b/lib/libc/gen/wait3.c
index a34085b..b50e3dd 100644
--- a/lib/libc/gen/wait3.c
+++ b/lib/libc/gen/wait3.c
@@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$");
#include "libc_private.h"
-pid_t __wait3(int *istat, int options, struct rusage *rup);
+pid_t __wait3(int *, int, struct rusage *);
pid_t
__wait3(int *istat, int options, struct rusage *rup)
OpenPOWER on IntegriCloud