Skip to content

Fix 64 bit build for musl and android

Michael Aaron Murphy requested to merge dzamlo:master into master

Created by: dzamlo

Both musl and android use c_int as the second argument of ioctl. And c_int is i32 on these platform even in 64 bit.

Fix #87 (closed)

Merge request reports