summaryrefslogtreecommitdiffstats
path: root/textproc/xalan-c/files/patch-ab
blob: bb5104cbbc8606923381a62ff221f769a0da0a66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
! taken from xalan-c CVS
--- samples/ThreadSafe/ThreadSafe.cpp.orig	Sun Feb 29 21:07:39 2004
+++ samples/ThreadSafe/ThreadSafe.cpp	Sun Feb 29 21:07:55 2004
@@ -95,7 +95,7 @@
 #elif defined(XALAN_POSIX2_AVAILABLE)
 #include <pthread.h>
 #include <unistd.h>
-    typedef   unsigned long     theThreadIDType;
+    typedef   pthread_t         theThreadIDType;
     typedef   pthread_t         theThreadType;
 
 #else
OpenPOWER on IntegriCloud