Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Feb 2011 01:34:46 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r218693 - stable/7/lib/libc/sys
Message-ID:  <201102150134.p1F1YkVl012734@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb (doc committer)
Date: Tue Feb 15 01:34:46 2011
New Revision: 218693
URL: http://svn.freebsd.org/changeset/base/218693

Log:
  MFC 212438:
  Add EINVAL to list of possible return values for cpuset_getaffinity(2).
  
  PR:		149978
  Approved by:	keramida (mentor)

Modified:
  stable/7/lib/libc/sys/cpuset_getaffinity.2
Directory Properties:
  stable/7/lib/libc/   (props changed)
  stable/7/lib/libc/stdtime/   (props changed)

Modified: stable/7/lib/libc/sys/cpuset_getaffinity.2
==============================================================================
--- stable/7/lib/libc/sys/cpuset_getaffinity.2	Tue Feb 15 01:33:59 2011	(r218692)
+++ stable/7/lib/libc/sys/cpuset_getaffinity.2	Tue Feb 15 01:34:46 2011	(r218693)
@@ -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



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