Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`<sys/ioccom.h>` defines `IOC_OUT` as `0x40000000UL`. But this is "out" from the perspective of the kernel, not the application. So this corresponds to `READ` rather than `WRITE`. Tested with Smithay/drm-rs#180. This also seems to be correct for NetBSD and OpenBSD.
- Loading branch information