mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
This patch removes the use of the Entrypoint::schedule_suspend mechanism and the call of glibc's exit from the lx_hybrid tests, for two reasons. First, the interplay of atexit handlers executed by the glibc and Genode's lx_hybrid library is complicated while bringing no benefits in practice as lx_hybrid applications are usually servers that don't exit anyway. Second, the Entrypoint::schedule_suspend mechanism in not used by any other component. By removing its use from the lx_hybrid tests, we can remove this mechanism from the base library. Issue #4940
This repository contains the Linux-specific implementation of Genode.