[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:47 PST 2025
================
@@ -12,7 +12,7 @@
typedef struct {
// If a processor with more than 1024 CPUs is to be supported in future,
// we need to adjust the size of this array.
- unsigned long __mask[128 / sizeof(unsigned long)];
+ unsigned long __bits[128 / sizeof(unsigned long)];
----------------
nickdesaulniers wrote:
What's up with this change?
https://github.com/llvm/llvm-project/pull/126303
More information about the libc-commits
mailing list