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 failure on riscv64 caused by missing syscall #218

Merged
merged 1 commit into from
Sep 16, 2024

Commits on May 9, 2022

  1. Fix build failure on riscv64 caused by missing syscall

    On RISC-V 64-bit linux systems, syscall `dup2()` is not available, therefore
    syscall.Dup2 will be undefined and gotop will fail to be built from soure.
    This patch updates building target of logging/logging_{other,arm64} and
    renames them based on syscall used.
    CamberLoid committed May 9, 2022
    Configuration menu
    Copy the full SHA
    658926b View commit details
    Browse the repository at this point in the history