[libc-commits] [libc] [libc][sched] Fix cpuset includes (PR #126303)
    Nick Desaulniers via libc-commits 
    libc-commits at lists.llvm.org
       
    Tue Feb 11 09:29:33 PST 2025
    
    
  
================
@@ -10,7 +10,7 @@
 #define LLVM_LIBC_SRC_SCHED_SCHED_GETPARAM_H
 
 #include "src/__support/macros/config.h"
-#include <sched.h>
+#include "hdr/types/cpu_set_t.h"
----------------
nickdesaulniers wrote:
yep!  heh, sorry, sometimes when there's more than 1 bug, we don't have visibility beyond the first.  It looked like cpuset includes were the only issue, but fixing it uncovers other issues that need to be addressed first.  Thanks for digging into them.
https://github.com/llvm/llvm-project/pull/126303
    
    
More information about the libc-commits
mailing list