Parcourir la source

mhd_threads.h: Fixed typo in macro.

Evgeny Grin (Karlson2k) il y a 9 ans
Parent
commit
7aac663d0d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/microhttpd/mhd_threads.h

+ 1 - 1
src/microhttpd/mhd_threads.h

@@ -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 */