Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2014 20:09:51 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r264170 - stable/10/lib/libc/sys
Message-ID:  <201404052009.s35K9p5K061956@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jilles
Date: Sat Apr  5 20:09:51 2014
New Revision: 264170
URL: http://svnweb.freebsd.org/changeset/base/264170

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

Modified:
  stable/10/lib/libc/sys/wait.2
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libc/sys/wait.2
==============================================================================
--- stable/10/lib/libc/sys/wait.2	Sat Apr  5 20:05:50 2014	(r264169)
+++ stable/10/lib/libc/sys/wait.2	Sat Apr  5 20:09:51 2014	(r264170)
@@ -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?201404052009.s35K9p5K061956>