mirror of
https://github.com/sheumann/hush.git
synced 2025-01-26 14:33:00 +00:00
cbdfea4c97
This involved using signal() rather than sigaction(), which GNO doesn't have. signal() doesn't have the signal-blocking feature of sigaction(), but I've tried to emulate it.