Thanks to visit codestin.com Credit goes to github.com
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.
c_int
core::ffi
libc
1 parent d70f071 commit b2f29edCopy full SHA for b2f29ed
library/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