libmicrohttpd

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

commit 7aac663d0d8f20cb607c84a9c09b5c53e1aff319
parent 5957e145cb61771125803b4e6a4585c07be1aa46
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Wed, 10 Aug 2016 18:06:27 +0000

mhd_threads.h: Fixed typo in macro.

Diffstat:
Msrc/microhttpd/mhd_threads.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_threads.h b/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 */