mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Support HPUX 10.20 DCE threads.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user