From 60f700fb501fd3b9d5b59fece44e9a69f8011807 Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Tue, 31 Dec 2024 15:26:23 +1100 Subject: [PATCH] chore(linker): remove todo Signed-off-by: Anhad Singh --- src/ld_so/linker.rs | 1 - 1 file changed, 1 deletion(-) 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