mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-01 00:45:29 +00:00
1fd1786122
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