From 738573dde65ffb19e313aa3b5bd5ecc4f5aa0b03 Mon Sep 17 00:00:00 2001 From: jilles Date: Sat, 5 Apr 2014 20:09:51 +0000 Subject: waitid(2): Do not tell userland programmers to include . Userland should get these definitions by including . --- lib/libc/sys/wait.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') 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 -- cgit v1.1