mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 18:22:41 +00:00
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.