mirror of
https://github.com/tkuschel/bees.git
synced 2025-11-18 15:29:14 +01:00
process: SIGUNUSED is deprecated
SIGUNUSED is not defined in many environments (it seems to be defined in only one I've tried so far). Hide the reference with #ifdef. Fixes: https://github.com/Zygo/bees/issues/94 Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@@ -203,7 +203,9 @@ namespace crucible {
|
|||||||
NTOA_TABLE_ENTRY_ENUM(SIGLOST),
|
NTOA_TABLE_ENTRY_ENUM(SIGLOST),
|
||||||
#endif
|
#endif
|
||||||
NTOA_TABLE_ENTRY_ENUM(SIGWINCH),
|
NTOA_TABLE_ENTRY_ENUM(SIGWINCH),
|
||||||
|
#ifdef SIGUNUSED
|
||||||
NTOA_TABLE_ENTRY_ENUM(SIGUNUSED),
|
NTOA_TABLE_ENTRY_ENUM(SIGUNUSED),
|
||||||
|
#endif
|
||||||
|
|
||||||
// realtime
|
// realtime
|
||||||
NTOA_TABLE_ENTRY_ENUM(SIGRTMIN),
|
NTOA_TABLE_ENTRY_ENUM(SIGRTMIN),
|
||||||
|
|||||||
Reference in New Issue
Block a user