From 9fe217e5416e97a68bca734f4b20dec337129de6 Mon Sep 17 00:00:00 2001 From: pjd Date: Wed, 20 Jan 2010 22:26:36 +0000 Subject: [PATCH] The waitpid(2) function needs neither sys/time.h nor sys/resource.h. --- lib/libc/sys/wait.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index c492cd62ebb0..2e084d2686dc 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -44,10 +44,10 @@ .In sys/wait.h .Ft pid_t .Fn wait "int *status" -.In sys/time.h -.In sys/resource.h .Ft pid_t .Fn waitpid "pid_t wpid" "int *status" "int options" +.In sys/time.h +.In sys/resource.h .Ft pid_t .Fn wait3 "int *status" "int options" "struct rusage *rusage" .Ft pid_t