gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5493 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r5493 - libmicrohttpd/src/daemon
Date: Tue, 14 Aug 2007 15:15:18 -0600 (MDT)

Author: durner
Date: 2007-08-14 15:15:09 -0600 (Tue, 14 Aug 2007)
New Revision: 5493

Modified:
   libmicrohttpd/src/daemon/daemon.c
Log:
plibc

Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2007-08-14 21:04:42 UTC (rev 5492)
+++ libmicrohttpd/src/daemon/daemon.c   2007-08-14 21:15:09 UTC (rev 5493)
@@ -620,7 +620,16 @@
 {
   sigaction (SIGALRM, &old, &sig);
 }
+#else
+void __attribute__ ((constructor)) MHD_win_ltdl_init ()
+{
+  plibc_init("CRISP", "libmicrohttpd");
+}
 
+void __attribute__ ((destructor)) MHD_win_ltdl_fini ()
+{
+  plibc_shutdown();
+}
 #endif
 
 /* end of daemon.c */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]