]> granicus.if.org Git - php/commitdiff
THREAD_T refers to thread ids, not attributes
authorSascha Schumann <sas@php.net>
Thu, 30 Dec 1999 15:52:08 +0000 (15:52 +0000)
committerSascha Schumann <sas@php.net>
Thu, 30 Dec 1999 15:52:08 +0000 (15:52 +0000)
TSRM/TSRM.h

index 7b0ce3075336b02ae902180a87be0c201f572674..4d2a2c259567278995e83b230c403a480561fa73 100644 (file)
@@ -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