The waitpid(2) function needs neither sys/time.h nor sys/resource.h.
This commit is contained in:
parent
bc4e1f6f87
commit
9fe217e541
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user