genode/base-linux/src
Norman Feske 4b140a5202 Define SIGUSR1 for hybrid Linux/Genode programs
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.
2012-11-06 17:32:30 +01:00
..
base Linux: Add 'Platform_thread' destructor 2012-11-05 17:31:05 +01:00
core Linux: Add 'Platform_thread' destructor 2012-11-05 17:31:05 +01:00
platform Define SIGUSR1 for hybrid Linux/Genode programs 2012-11-06 17:32:30 +01:00
test lx_hybrid: revive missing errno test 2012-10-29 10:08:30 +01:00