mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-31 06:31:10 +00:00
In newer glibc versions, the '__sigword' and '__sigmask' macros are only available in sigsetops.h which is not installed. These macros are not system-specific, hence we implement them explicitly ourselves. Fixes #2616