You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// In rust 1.8+ this should be `pub extern crate libc` but prior
// to https://github.com/rust-lang/rust/issues/26775 being resolved
// it is necessary to get a little creative.
pub mod libc {
extern crate libc;
pub use self::libc::*;
}
https://github.com/nix-rust/nix/blob/master/src/lib.rs#L26
rust-lang/rust#26775 has already been closed.
The text was updated successfully, but these errors were encountered: