aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-02-03 05:53:06 +0000
committerChristian Grothoff <christian@grothoff.org>2009-02-03 05:53:06 +0000
commit56bda3d548379ce313da39581af0ce842c843e8f (patch)
tree3f7f40c345567b4f9582cb53c490c9b0acb3cc36
parent9a779dc2191b81347279afb710279490f8a466df (diff)
downloadlibmicrohttpd-56bda3d548379ce313da39581af0ce842c843e8f.tar.gz
libmicrohttpd-56bda3d548379ce313da39581af0ce842c843e8f.zip
docu
-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{