svn commit: r264170 - stable/10/lib/libc/sys

Jilles Tjoelker jilles at FreeBSD.org
Sat Apr 5 20:09:52 UTC 2014


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


More information about the svn-src-all mailing list