[libc-commits] [libc] [libc][sched] Fix cpuset includes (PR #126303)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Fri Feb 7 13:22:15 PST 2025
================
@@ -10,7 +10,7 @@
#define LLVM_LIBC_SRC_SCHED_SCHED_GETCPUCOUNT_H
#include "src/__support/macros/config.h"
-#include <sched.h>
+#include "hdr/types/cpu_set_t.h"
----------------
nickdesaulniers wrote:
Add libc/hdr/types/size_t.h and remove stddef.h
https://github.com/llvm/llvm-project/pull/126303
More information about the libc-commits
mailing list