summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
-rw-r--r--src/mqueue.rs (renamed from src/mq.rs)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 37452d7e..1e510e57 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -31,7 +31,7 @@ pub mod fcntl;
pub mod mount;
#[cfg(any(target_os = "linux"))]
-pub mod mq;
+pub mod mqueue;
#[cfg(any(target_os = "linux", target_os = "android"))]
pub mod sched;
diff --git a/src/mq.rs b/src/mqueue.rs
index 63078192..63078192 100644
--- a/src/mq.rs
+++ b/src/mqueue.rs