gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37694 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r37694 - libmicrohttpd/src/microhttpd
Date: Wed, 10 Aug 2016 20:06:27 +0200

Author: Karlson2k
Date: 2016-08-10 20:06:27 +0200 (Wed, 10 Aug 2016)
New Revision: 37694

Modified:
   libmicrohttpd/src/microhttpd/mhd_threads.h
Log:
mhd_threads.h: Fixed typo in macro.

Modified: libmicrohttpd/src/microhttpd/mhd_threads.h
===================================================================
--- libmicrohttpd/src/microhttpd/mhd_threads.h  2016-08-10 18:04:52 UTC (rev 
37693)
+++ libmicrohttpd/src/microhttpd/mhd_threads.h  2016-08-10 18:06:27 UTC (rev 
37694)
@@ -58,7 +58,7 @@
 
 #ifndef MHD_NO_THREAD_NAMES
 #  if defined(MHD_USE_POSIX_THREADS)
-#    if defined(HAVE_PTHREAD_SETNAME_NP_GNU) || 
defined(HAVE_PTHREAD_SET_NAME_NP_FREEBSD) \
+#    if defined(HAVE_PTHREAD_SETNAME_NP_GNU) || 
defined(HAVE_PTHREAD_SET_NAME_NP_FREEBSD) || \
         defined(HAVE_PTHREAD_SETNAME_NP_DARWIN) || 
defined(HAVE_PTHREAD_SETNAME_NP_NETBSD)
 #      define MHD_USE_THREAD_NAME_
 #    endif /* HAVE_PTHREAD_SETNAME_NP */




reply via email to

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