summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/daemon/daemon.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index 6c76320..49e2cee 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -848,9 +848,6 @@ wolf_error_t wolf_daemon_signals_install_handlers( void ) {
#if defined( SIGWINCH )
SIGWINCH,
#endif
-#if defined( SIGPOLL )
- SIGPOLL,
-#endif
#if defined( SIGIO ) && defined( SIGPOLL )
#if SIGIO == SIGPOLL
SIGIO,
@@ -870,6 +867,7 @@ wolf_error_t wolf_daemon_signals_install_handlers( void ) {
SIGPOLL,
#endif
#endif /* defined( SIGIO ) && defined( SIGPOLL ) */
+
#if defined( SIGPWR )
SIGPWR,
#endif