From 770ead346daacca0b2b5cde30af86cdeca4fbd97 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 22 Apr 2008 13:06:57 +0000 Subject: [PATCH] Don't pull in pthreads header files in this file because we never use them. --- src/port/thread.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/port/thread.c b/src/port/thread.c index d33f8cccec..520161fca7 100644 --- a/src/port/thread.c +++ b/src/port/thread.c @@ -16,11 +16,6 @@ #include #if defined(FRONTEND) && defined(ENABLE_THREAD_SAFETY) -#ifdef WIN32 -#include "pthread-win32.h" -#else -#include -#endif #endif @@ -50,7 +45,7 @@ * The current setup is to try threading in this order: * * use *_r function names if they exit - * (*_THREADSAFE=ye) + * (*_THREADSAFE=yes) * use non-*_r functions if they are thread-safe * * One thread-safe solution for gethostbyname() might be to use getaddrinfo(). -- 2.39.5