[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


================
@@ -9,8 +9,10 @@
 #ifndef LLVM_LIBC_SRC_SCHED_SCHED_SETPARAM_H
 #define LLVM_LIBC_SRC_SCHED_SCHED_SETPARAM_H
 
-#include "src/__support/macros/config.h"
-#include <sched.h>
+#include "hdr/types/cpu_set_t.h"
----------------
nickdesaulniers wrote:

unused

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


More information about the libc-commits mailing list