waitid(2): Do not tell userland programmers to include <sys/signal.h>.
Userland should get these definitions by including <signal.h>.
This commit is contained in:
parent
fc4618e769
commit
09466daf8c
@ -48,7 +48,7 @@
|
|||||||
.Fn wait "int *status"
|
.Fn wait "int *status"
|
||||||
.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/signal.h
|
.In signal.h
|
||||||
.Ft int
|
.Ft int
|
||||||
.Fn waitid "idtype_t idtype" "id_t id" "siginfo_t *info" "int options"
|
.Fn waitid "idtype_t idtype" "id_t id" "siginfo_t *info" "int options"
|
||||||
.In sys/time.h
|
.In sys/time.h
|
||||||
|
Loading…
Reference in New Issue
Block a user