mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Improved version of patch for HPUX from David Arnold.
This commit is contained in:
parent
d07868ae52
commit
532246ef55
1 changed files with 1 additions and 4 deletions
|
@ -69,10 +69,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||||
#elif defined(__DGUX)
|
#elif defined(__DGUX)
|
||||||
# define PY_PTHREAD_D6
|
# define PY_PTHREAD_D6
|
||||||
|
|
||||||
#elif defined(__hpux)
|
#elif defined(__hpux) && defined(_DECTHREADS_)
|
||||||
/* From what I can see, HP-UX 10.20 pthreads looks
|
|
||||||
* like D4 flavour.
|
|
||||||
*/
|
|
||||||
# define PY_PTHREAD_D4
|
# define PY_PTHREAD_D4
|
||||||
|
|
||||||
#else /* Default case */
|
#else /* Default case */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue