mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-23 10:40:27 +00:00
core does not use POSIX threads when built for the 'lx_hybrid_x86' platform, so we need to reserve the thread-context area via a segment in the program to prevent clashes with vdso and shared libraries. Fixes #639.