mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-26 22:29:19 +00:00
1a26f33469
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