gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5433 - libmicrohttpd/src/daemon
Date: Wed, 8 Aug 2007 16:11:49 -0600 (MDT)

Author: grothoff
Date: 2007-08-08 16:11:48 -0600 (Wed, 08 Aug 2007)
New Revision: 5433

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

Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2007-08-08 22:10:49 UTC (rev 5432)
+++ libmicrohttpd/src/daemon/daemon.c   2007-08-08 22:11:48 UTC (rev 5433)
@@ -633,7 +633,7 @@
 /**
  * Initialize the signal handler for SIGALRM.
  */
-void __attribute__ ((constructor)) pthread_handlers_ltdl_init() {
+void __attribute__ ((constructor)) MHD_pthread_handlers_ltdl_init() {
   /* make sure SIGALRM does not kill us */
   memset(&sig, 0, sizeof(struct sigaction));
   memset(&old, 0, sizeof(struct sigaction));
@@ -642,7 +642,7 @@
   sigaction(SIGALRM, &sig, &old);
 }
 
-void __attribute__ ((destructor)) pthread_handlers_ltdl_fini() {
+void __attribute__ ((destructor)) MHD_pthread_handlers_ltdl_fini() {
   sigaction(SIGALRM, &old, &sig);
 }
 





reply via email to

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