Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build with musl #454

Merged
merged 1 commit into from
Jan 3, 2024
Merged

Fix build with musl #454

merged 1 commit into from
Jan 3, 2024

Commits on Dec 30, 2023

  1. Fix build with musl

    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]>
    Kostadin Shishmanov committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    0a5e117 View commit details
    Browse the repository at this point in the history