Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux-native: provide better signatures for the ioctl wrappers #161

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

carlosmn
Copy link
Contributor

It looks like I missed the write-only or read-only versions of these macros which let us specify that a ioctl is only writing or only reading.

Use them so we match the actual functionality. This also allows us to remove a copy when sending a feature report as we don't have to work around the misidentified mutability.

It looks like I missed the write-only or read-only versions of these macros
which let us specify that a ioctl is only writing or only reading.

Use them so we match the actual functionality. This also allows us to remove a
copy when sending a feature report as we don't have to work around the
misidentified mutability.
@ruabmbua ruabmbua merged commit 15b84ec into ruabmbua:main Nov 18, 2024
9 checks passed
@ruabmbua
Copy link
Owner

Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants