diff options
author | jilles <jilles@FreeBSD.org> | 2013-12-01 11:59:37 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2013-12-01 11:59:37 +0000 |
commit | e890911e2dfd284b39f25d53db4f84173204c4f7 (patch) | |
tree | 4756ae1a30aced3ca6409a08dc09d744c0522707 /lib/libc/sys | |
parent | b921152695c2592e7b6915cb757410fc7ce348b3 (diff) | |
download | FreeBSD-src-e890911e2dfd284b39f25d53db4f84173204c4f7.zip FreeBSD-src-e890911e2dfd284b39f25d53db4f84173204c4f7.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/sys')
-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 |