[libc-commits] [libc] [libc][sched] Implement proxy headers for `cpu_set_t`, `struct sched_param` and `sched_macros`. (PR #126303)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Tue Feb 11 14:06:49 PST 2025
================
@@ -8,6 +8,8 @@ add_libc_unittest(
affinity_test.cpp
DEPENDS
libc.include.sched
----------------
nickdesaulniers wrote:
Remove `libc.include.sched` from the cmake for each file you removed `#include <sched.h>` from.
https://github.com/llvm/llvm-project/pull/126303
More information about the libc-commits
mailing list