mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +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. |
||
---|---|---|
.. | ||
etc | ||
include | ||
lib | ||
mk | ||
run | ||
src | ||
README |
This repository contains the Linux-specific implementation of Genode.