The waitpid(2) function needs neither sys/time.h nor sys/resource.h.

This commit is contained in:
pjd 2010-01-20 22:26:36 +00:00
parent bc4e1f6f87
commit 9fe217e541

View File

@ -44,10 +44,10 @@
.In sys/wait.h .In sys/wait.h
.Ft pid_t .Ft pid_t
.Fn wait "int *status" .Fn wait "int *status"
.In sys/time.h
.In sys/resource.h
.Ft pid_t .Ft pid_t
.Fn waitpid "pid_t wpid" "int *status" "int options" .Fn waitpid "pid_t wpid" "int *status" "int options"
.In sys/time.h
.In sys/resource.h
.Ft pid_t .Ft pid_t
.Fn wait3 "int *status" "int options" "struct rusage *rusage" .Fn wait3 "int *status" "int options" "struct rusage *rusage"
.Ft pid_t .Ft pid_t