We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ioctl
linux-raw-sys
1 parent bebe6b6 commit 67790f1Copy full SHA for 67790f1
Cargo.toml
@@ -56,7 +56,7 @@ libc = { version = "0.2.142", features = ["extra_traits"] }
56
# Some syscalls do not have libc wrappers, such as in `io_uring`. For these,
57
# the libc backend uses the linux-raw-sys ABI and `libc::syscall`.
58
[target.'cfg(all(any(target_os = "android", target_os = "linux"), any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch = "x86_64", target_pointer_width = "64"), all(target_endian = "little", any(target_arch = "arm", all(target_arch = "aarch64", target_pointer_width = "64"), target_arch = "powerpc64", target_arch = "riscv64", target_arch = "mips", target_arch = "mips64"))))))))'.dependencies]
59
-linux-raw-sys = { version = "0.3.6", default-features = false, features = ["general", "no_std"] }
+linux-raw-sys = { version = "0.3.6", default-features = false, features = ["general", "ioctl", "no_std"] }
60
61
# For the libc backend on Windows, use the Winsock2 API in windows-sys.
62
[target.'cfg(windows)'.dependencies.windows-sys]
0 commit comments