Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2013 11:59:37 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r258793 - head/lib/libc/sys
Message-ID:  <201312011159.rB1Bxbhw016677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Sun Dec  1 11:59:37 2013
New Revision: 258793
URL: http://svnweb.freebsd.org/changeset/base/258793

Log:
  waitid(2): Do not tell userland programmers to include <sys/signal.h>.
  
  Userland should get these definitions by including <signal.h>.

Modified:
  head/lib/libc/sys/wait.2

Modified: head/lib/libc/sys/wait.2
==============================================================================
--- head/lib/libc/sys/wait.2	Sun Dec  1 09:52:38 2013	(r258792)
+++ head/lib/libc/sys/wait.2	Sun Dec  1 11:59:37 2013	(r258793)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312011159.rB1Bxbhw016677>