mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
6e03d731a2
This patch replaces the global '_wait_for_exit_sem' object by a local static variable, which does not rely on the global ctors. It thereby fixes the fault_detection test after the removal of the global ctors execution from core ("base: remove component.cc from core"). Issue #4784
This repository contains the Linux-specific implementation of Genode.