libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 56bda3d548379ce313da39581af0ce842c843e8f
parent 9a779dc2191b81347279afb710279490f8a466df
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  3 Feb 2009 05:53:06 +0000

docu

Diffstat:
Msrc/daemon/daemon.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c @@ -1130,7 +1130,8 @@ sigalrmHandler (int sig) #endif /** - * Initialize the signal handler for SIGALRM. + * Initialize the signal handler for SIGALRM + * and do other setup work. */ void __attribute__ ((constructor)) MHD_init () {