mirror of
https://github.com/openharmony/third_party_rust_libloading.git
synced 2026-07-21 00:26:36 -04:00
Replace a dangerous word
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ lazy_static! {
|
||||
static ref DLERROR_MUTEX: Mutex<()> = Mutex::new(());
|
||||
}
|
||||
|
||||
// libdl is retarded.
|
||||
// libdl is crazy.
|
||||
//
|
||||
// First of all, whole error handling scheme in libdl is done via setting and querying some global
|
||||
// state, therefore it is not safe to use libdl in MT-capable environment at all. Only in POSIX
|
||||
|
||||
Reference in New Issue
Block a user