mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +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 |
||
---|---|---|
.. | ||
etc | ||
include/spec/arm_64/trace | ||
lib | ||
recipes | ||
run | ||
src | ||
README |
This repository contains the Linux-specific implementation of Genode.