We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a4b7e commit a4b0fcdCopy full SHA for a4b0fcd
library/std/src/sys/unix/thread_local_dtor.rs
@@ -4,6 +4,9 @@
4
//! Provides thread-local destructors without an associated "key", which
5
//! can be more efficient.
6
7
+#[cfg(sanitizer_cfi_normalize_integers)]
8
+use core::ffi::c_int;
9
+
10
// Since what appears to be glibc 2.18 this symbol has been shipped which
11
// GCC and clang both use to invoke destructors in thread_local globals, so
12
// let's do the same!
0 commit comments