[libc-commits] [libc] [libc][sched] Implement `CPU_ZERO`, `CPU_ISSET`, `CPU_SET` macros (PR #131524)
Krishna Pandey via libc-commits
libc-commits at lists.llvm.org
Wed Mar 19 09:23:57 PDT 2025
================
@@ -8,8 +8,9 @@
#include "src/sched/sched_getcpuisset.h"
-#include "src/__support/common.h" // LLVM_LIBC_FUNCTION
-#include "src/__support/macros/config.h" // LIBC_NAMESPACE_DECL
+#include "src/__support/common.h" // LLVM_LIBC_FUNCTION
----------------
krishna2803 wrote:
done! [9b0d165e](https://github.com/llvm/llvm-project/pull/131524/commits/9b0d165e9f752b3e82c9bfc836c55a596d64104b)
https://github.com/llvm/llvm-project/pull/131524
More information about the libc-commits
mailing list