in release notes to 23.05 related to rust support I found the following: «After adding the signal(3) interface…»
how to borrow this support in my C code? is it available for anyone in current genode release or it is necessary to port from rust support?
Alexander
Hello Alexander,
On Thu, Jun 01, 2023 at 16:26:53 CEST, Alexander Tormasov via users wrote:
in release notes to 23.05 related to rust support I found the following: «After adding the signal(3) interface…»
how to borrow this support in my C code? is it available for anyone in current genode release or it is necessary to port from rust support?
How about
https://github.com/genodelabs/genode/commit/29238498b6e37aa504f285a23f103e95...
which is on genode/master and also in 23.05?
Greets