summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-05-28 12:40:27 -0700
committerCarl Lerche <me@carllerche.com>2015-05-28 12:40:27 -0700
commit3106b3ca37e2f7c1733008b352d47fecb2a1aea3 (patch)
treece6c6e20870afeb26431c63d04b370c9309ec352 /src/lib.rs
parentb786012118a4cb107c44d8999a26d529f54fd3f8 (diff)
downloadnix-3106b3ca37e2f7c1733008b352d47fecb2a1aea3.zip
Move nix::mq -> nix::mqueue to mirror header
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 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;