From d01c032b1c1fd5bf8cd26275ffece653af30426f Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Thu, 7 May 2015 22:19:49 -0700 Subject: Scope to unix platforms --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index c3807876..ccf9745b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,6 +3,7 @@ //! Modules are structured according to the C header file that they would be //! defined in. #![crate_name = "nix"] +#![cfg(unix)] #![allow(non_camel_case_types)] #![deny(warnings)] -- cgit v1.2.3