]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys_common/rwlock.rs
Move pthread locks to own module.
[rust.git] / library / std / src / sys_common / rwlock.rs
index 07ec20f4dc6177fa0c4642ac9e96bab00d9affd7..eaee631270157c5a0d6a37b7eef961b6e98c8a23 100644 (file)
@@ -1,4 +1,4 @@
-use crate::sys::rwlock as imp;
+use crate::sys::locks as imp;
 
 /// An OS-based reader-writer lock, meant for use in static variables.
 ///