Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid unnecessary #[cfg] in untyped_ioctl function (#58)
It is not necessary since we can generically cast to the right value by doing `ioctl as _`.
- Loading branch information