Replace a dangerous word

This commit is contained in:
Simonas Kazlauskas
2016-07-27 00:50:27 +03:00
parent 2526537f80
commit efbbd0cac8
+1 -1
View File
@@ -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