mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
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
This commit is contained in:
parent
f337198db0
commit
cbd5df1c04
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue