mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 00:36:04 +00:00

This PR implements the following macros for `sched.h`: - `CPU_ZERO` - `CPU_ISSET` - `CPU_SET` Fixes #124642 --------- Signed-off-by: krishna2803 <kpandey81930@gmail.com>