fix incorrect unit for CPU_SETSIZE macro
authorRich Felker <dalias@aerifal.cx>
Thu, 23 Feb 2023 15:10:44 +0000 (10:10 -0500)
committerRich Felker <dalias@aerifal.cx>
Thu, 23 Feb 2023 15:10:44 +0000 (10:10 -0500)
commitbc695a5ac1d7929e5c1ad5297eb47e146cccd157
treeffbf3db45055fb8ebf06c7bcd8ab892cc7479a34
parent7d756e1c04de6eb3f2b3d3e1141a218bb329fcfb
fix incorrect unit for CPU_SETSIZE macro

this macro is supposed to reflect the number of members (bits) in
cpu_set_t, not the storage size (bytes).
include/sched.h