mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +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)
|
||||
# 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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue