aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemon.c')
-rw-r--r--src/daemon/daemon.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index c9959a74..50eb96f7 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -1130,7 +1130,8 @@ sigalrmHandler (int sig)
1130#endif 1130#endif
1131 1131
1132/** 1132/**
1133 * Initialize the signal handler for SIGALRM. 1133 * Initialize the signal handler for SIGALRM
1134 * and do other setup work.
1134 */ 1135 */
1135void __attribute__ ((constructor)) MHD_init () 1136void __attribute__ ((constructor)) MHD_init ()
1136{ 1137{