Fixed the value returned by sched_getaffinity().
On success gnu libc sched_getaffinity() should return 0, unlike underlying
Linux syscall which returns the size of CPU mask copied to user.
PR: 263939
MFC after: 2 weeks
Fixed the value returned by sched_getaffinity(). Tags None Referenced Files None Subscribers None
Description
Details
|