summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-28 13:09:59 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-28 13:09:59 +0100
commit2f731f9019b443cf90f24223f1ac3fa8068343b6 (patch)
tree92e471f582e605b23a1f39bc8215f3d8da7b857e /src
parentc7571c02b18e0bb848fb1708fa83fc15ed296fc7 (diff)
downloadwolfbones-2f731f9019b443cf90f24223f1ac3fa8068343b6.tar.gz
wolfbones-2f731f9019b443cf90f24223f1ac3fa8068343b6.tar.bz2
another fix in daemon.c around SIGIO/SIGPOLL
Diffstat (limited to 'src')
-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