[libc-commits] [libc] [libc][sched] Fix cpuset includes (PR #126303)
    Krishna Pandey via libc-commits 
    libc-commits at lists.llvm.org
       
    Tue Feb 11 07:01:30 PST 2025
    
    
  
================
@@ -13,7 +13,7 @@
 #include "src/__support/macros/config.h"
 #include "src/errno/libc_errno.h"
 
-#include <sched.h>
+#include "hdr/types/cpu_set_t.h"
----------------
krishna2803 wrote:
fixed in [00b5943c](https://github.com/llvm/llvm-project/pull/126303/commits/00b5943cb279d64e4d15849ca75a453afd417e54)
https://github.com/llvm/llvm-project/pull/126303
    
    
More information about the libc-commits
mailing list