We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6c71a commit 19811a5Copy full SHA for 19811a5
src/ucontext.rs
@@ -1,7 +1,6 @@
1
use libc;
2
#[cfg(not(target_env = "musl"))]
3
use {Errno, Result};
4
-#[cfg(not(target_env = "musl"))]
5
use std::mem;
6
use sys::signal::SigSet;
7
0 commit comments