summaryrefslogtreecommitdiff
path: root/src/sys/ioctl/linux.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/ioctl/linux.rs')
-rw-r--r--src/sys/ioctl/linux.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sys/ioctl/linux.rs b/src/sys/ioctl/linux.rs
index e0d02ad4..17c8cff9 100644
--- a/src/sys/ioctl/linux.rs
+++ b/src/sys/ioctl/linux.rs
@@ -5,6 +5,9 @@ pub type ioctl_num_type = ::libc::c_int;
#[cfg(not(any(target_os = "android", target_env = "musl")))]
#[doc(hidden)]
pub type ioctl_num_type = ::libc::c_ulong;
+/// The datatype used for the 3rd argument
+#[doc(hidden)]
+pub type ioctl_param_type = ::libc::c_ulong;
#[doc(hidden)]
pub const NRBITS: ioctl_num_type = 8;