summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-05-14 21:01:27 (GMT)
committerGuido van Rossum <guido@python.org>1998-05-14 21:01:27 (GMT)
commit532246ef550f0c305a57240932429ba1e6314d30 (patch)
treef26c2387c3537ba6de54568a81ec76e379d54c21 /Python
parentd07868ae528960d4c1b860dca5daaa448cb8b021 (diff)
downloadcpython-532246ef550f0c305a57240932429ba1e6314d30.zip
cpython-532246ef550f0c305a57240932429ba1e6314d30.tar.gz
cpython-532246ef550f0c305a57240932429ba1e6314d30.tar.bz2
Improved version of patch for HPUX from David Arnold.
Diffstat (limited to 'Python')
-rw-r--r--Python/thread_pthread.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h
index 0d59ced..8758430 100644
--- a/Python/thread_pthread.h
+++ b/Python/thread_pthread.h
@@ -69,10 +69,7 @@ PERFORMANCE OF THIS SOFTWARE.
#elif defined(__DGUX)
# define PY_PTHREAD_D6
-#elif defined(__hpux)
-/* From what I can see, HP-UX 10.20 pthreads looks
- * like D4 flavour.
- */
+#elif defined(__hpux) && defined(_DECTHREADS_)
# define PY_PTHREAD_D4
#else /* Default case */