diff --git a/src/ld_so/linker.rs b/src/ld_so/linker.rs index e7a43b4139..3292724509 100644 --- a/src/ld_so/linker.rs +++ b/src/ld_so/linker.rs @@ -48,7 +48,6 @@ use super::{ // by the dynamic linker's and was freed by the program. // do better errors than just goblin::Error::Malformed -// TODO: rwlock? static GLOBAL_SCOPE: RwLock = RwLock::new(Scope::global()); /// Same as [`crate::fs::File`], but does not touch [`crate::platform::ERRNO`] as the dynamic