From: Sascha Schumann Date: Thu, 30 Dec 1999 15:52:08 +0000 (+0000) Subject: THREAD_T refers to thread ids, not attributes X-Git-Tag: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=701a00d39126f3bfe36b88a31b846d4b6cf67c4e;p=php THREAD_T refers to thread ids, not attributes --- diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h index 7b0ce30753..4d2a2c2595 100644 --- a/TSRM/TSRM.h +++ b/TSRM/TSRM.h @@ -51,7 +51,7 @@ typedef int ts_rsrc_id; # define THREAD_T DWORD # define MUTEX_T CRITICAL_SECTION * #elif defined(GNUPTH) -# define THREAD_T pth_attr_t +# define THREAD_T pth_t # define MUTEX_T pth_mutex_t * #elif defined(PTHREADS) # define THREAD_T pthread_t