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
The Linux kernel API always passes the ioctl parameter as an unsigned long. However, the ioctl! macro always uses c_int. It should probably use c_long/c_ulong/usize instead, in order to pass all possible values.