Skip to content

Commit 3e43849

Browse files
committedJun 30, 2016
Auto merge of #381 - fiveop:fix_musl, r=utkarshkukreti
musl target needs std::mem now Closes #325.
2 parents 9c6c71a + 19811a5 commit 3e43849

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/ucontext.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use libc;
22
#[cfg(not(target_env = "musl"))]
33
use {Errno, Result};
4-
#[cfg(not(target_env = "musl"))]
54
use std::mem;
65
use sys::signal::SigSet;
76

0 commit comments

Comments
 (0)