Document that you must include <sys/param.h> before <sys/cpuset.h>.

Approved by:	rwatson (mentor)
This commit is contained in:
Antoine Brodin 2008-04-20 15:51:56 +00:00
parent fdd9b0723e
commit 88ff5136d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178329
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In sys/param.h
.In sys/cpuset.h
.Ft int
.Fn cpuset "cpusetid_t *setid"

View File

@ -35,6 +35,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In sys/param.h
.In sys/cpuset.h
.Ft int
.Fn cpuset_getaffinity "cpulevel_t level" "cpuwhich_t which" "id_t id" "size_t setsize" "cpuset_t *mask"