mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
4b140a5202
This patch fixes the 'lx_hybrid_pthread_ipc.run' test. In order to use the 'Genode::Lock' we need to set the SIGUSR1 handler to an empty handler. Normally, this happens when creating a thread via the Genode API. But as this test creates a thread via the pthread library and thereby bypasses the Genode API, the signal handler remained unset.
This repository contains the Linux-specific implementation of Genode.