summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2010-09-10 23:15:05 +0000
committergjb <gjb@FreeBSD.org>2010-09-10 23:15:05 +0000
commit3ec13fa00231bc74beb3188ad41dde559a363715 (patch)
treef8b1314ddfc23f90d5b6f1981e0bdbebaa90efc4
parent5a233127aa8c78e47c4fa646fa26213dadb55ba9 (diff)
downloadFreeBSD-src-3ec13fa00231bc74beb3188ad41dde559a363715.zip
FreeBSD-src-3ec13fa00231bc74beb3188ad41dde559a363715.tar.gz
Add EINVAL to list of possible return values for cpuset_getaffinity(2).
PR: 149978 Submitted by: gcooper Patch by: gcooper Approved by: keramida (mentor) MFC after: 1 week
-rw-r--r--lib/libc/sys/cpuset_getaffinity.26
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/sys/cpuset_getaffinity.2 b/lib/libc/sys/cpuset_getaffinity.2
index c8b272f..26d72ef 100644
--- a/lib/libc/sys/cpuset_getaffinity.2
+++ b/lib/libc/sys/cpuset_getaffinity.2
@@ -121,6 +121,12 @@ The
or
.Fa which
argument was not a valid value.
+.It Bq Er EINVAL
+The
+.Fa mask
+argument specified when calling
+.Fn cpuset_setaffinity
+was not a valid value.
.It Bq Er EDEADLK
The
.Fn cpuset_setaffinity
OpenPOWER on IntegriCloud