diff options
author | jilles <jilles@FreeBSD.org> | 2014-04-05 20:09:51 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2014-04-05 20:09:51 +0000 |
commit | 738573dde65ffb19e313aa3b5bd5ecc4f5aa0b03 (patch) | |
tree | 90dd5340c22efd6c6096b0fa1c536aa4de9e25d0 /lib/libc | |
parent | af95ef01bba17e6f6923bab19f2ac00d8b037d0b (diff) | |
download | FreeBSD-src-738573dde65ffb19e313aa3b5bd5ecc4f5aa0b03.zip FreeBSD-src-738573dde65ffb19e313aa3b5bd5ecc4f5aa0b03.tar.gz |
waitid(2): Do not tell userland programmers to include <sys/signal.h>.
Userland should get these definitions by including <signal.h>.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/wait.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2 index cfa78e9..5aa53dd 100644 --- a/lib/libc/sys/wait.2 +++ b/lib/libc/sys/wait.2 @@ -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 |