1
0
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:
Pawel Jakub Dawidek 2010-01-20 22:26:36 +00:00
parent fdf1f88bce
commit bb30676c15
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202721

View File

@ -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