mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Support HPUX 10.20 DCE threads.
This commit is contained in:
parent
b93a86297d
commit
89df70bfbb
1 changed files with 6 additions and 0 deletions
|
@ -69,6 +69,12 @@ 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.
|
||||
*/
|
||||
# define PY_PTHREAD_D4
|
||||
|
||||
#else /* Default case */
|
||||
# define PY_PTHREAD_STD
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue