Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information