summaryrefslogtreecommitdiff
path: root/src/sys/signal.rs
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-04-03 16:54:12 -0700
committerCarl Lerche <me@carllerche.com>2015-04-06 17:33:17 -0700
commit9e935330dd252d4ec640197a6040df2aaeb583c9 (patch)
tree51b528bf8e36972c69ae004ea04ef8bc65456534 /src/sys/signal.rs
parente5ae756203a036aafed472a3e83af6941f546887 (diff)
downloadnix-9e935330dd252d4ec640197a6040df2aaeb583c9.zip
Get compiling on Rust 1.0 beta
Initially support this by assuming the lowest common denominator. The long term solution is to improve the build system to allow pulling in more specific features that are available on the target system.
Diffstat (limited to 'src/sys/signal.rs')
-rw-r--r--src/sys/signal.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/signal.rs b/src/sys/signal.rs
index afeb9c6c..1cc3f393 100644
--- a/src/sys/signal.rs
+++ b/src/sys/signal.rs
@@ -3,7 +3,7 @@
use libc;
use errno::Errno;
-use core::mem;
+use std::mem;
use {Error, Result};
pub use libc::consts::os::posix88::{