[libc-commits] [libc] [libc][sched] Implement `CPU_ZERO`, `CPU_ISSET`, `CPU_SET` macros (PR #131524)

via libc-commits libc-commits at lists.llvm.org
Wed Mar 19 07:00:22 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
----------------
lntue wrote:

Nit: Update the cmake dependency of these targets.

https://github.com/llvm/llvm-project/pull/131524


More information about the libc-commits mailing list