We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
c_int
core::ffi
libc
1 parent bd3b9ec commit 00d4964Copy full SHA for 00d4964
std/src/sys/thread_local/destructors/linux.rs
@@ -25,7 +25,7 @@ pub unsafe fn register(t: *mut u8, dtor: unsafe extern "C" fn(*mut u8)) {
25
#[cfi_encoding = "i"]
26
#[repr(transparent)]
27
#[allow(non_camel_case_types)]
28
- pub struct c_int(#[allow(dead_code)] pub libc::c_int);
+ pub struct c_int(#[allow(dead_code)] pub core::ffi::c_int);
29
30
extern "C" {
31
#[linkage = "extern_weak"]
0 commit comments