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
RISCV32 libc does not have these defines so use them from
linux_raw_sys crate
ioctl() signare does not match between musl and glibc
ioctl is called the glibc way with ioctl(int, unsigned long int, ...),
musl/POSIX has ioctl(int, int, ...)
so address this as well
0 commit comments