mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-28 20:26:11 +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