You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #204 broke the RISC-V
build by including for a second time a header file that currently
only exists in the RISC-V Android NDK. The header is not yet
available in mainstream Linux distributions. The header in question,
<sys/hwprobe.h>, is already included when building for Android
at the top of riscv-hw.c so the second include is unnecessary and
can be safely removed.
0 commit comments