Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CPU_CLR_S is documented to return void, but CpuSet::CLR was using it as a bool. This happened to compile with glibc, but is wrong in general. The return value of CLR is never used, so return void instead of bool. CpuSet is an internal class. https://man7.org/linux/man-pages/man3/CPU_SET.3.html PiperOrigin-RevId: 704991349 Change-Id: I67ab5469055a298111fd452ce63ca4c6f2682387
- Loading branch information