Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes the following build failure: In file included from ../common/common-cpu.c:32: ../common/common-cpu.h:44:9: error: unknown type name 'cpu_set_t' 44 | cpu_set_t *online; | ^~~~~~~~~ ../common/common-cpu.h:45:9: error: unknown type name 'cpu_set_t' 45 | cpu_set_t *to_keep; | ^~~~~~~~~ Signed-off-by: Kostadin Shishmanov <[email protected]>
- Loading branch information