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:
Jilles Tjoelker 2013-12-01 11:59:37 +00:00
parent fc4618e769
commit 09466daf8c

View File

@ -48,7 +48,7 @@
.Fn wait "int *status"
.Ft pid_t
.Fn waitpid "pid_t wpid" "int *status" "int options"
.In sys/signal.h
.In signal.h
.Ft int
.Fn waitid "idtype_t idtype" "id_t id" "siginfo_t *info" "int options"
.In sys/time.h