mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-03 09:12:57 +00:00
This has to be used during shared object creation and destruction because global lists are manipulated. We cannot use the 'Elf_object::lock' here because there may be jump-slot relocations during object initialization. Fixes #1350