mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
The waitpid(2) function needs neither sys/time.h nor sys/resource.h.
This commit is contained in:
parent
fdf1f88bce
commit
bb30676c15
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202721
@ -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