]> granicus.if.org Git - python/commit
Ugly hack for SGI IRIX 6.2. Apparently _POSIX_THREADS is defined even
authorGuido van Rossum <guido@python.org>
Tue, 29 Apr 1997 21:48:34 +0000 (21:48 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 29 Apr 1997 21:48:34 +0000 (21:48 +0000)
commitd11bfdd9f5710efb083898b4377d432be5e4c861
tree480b99b92cba1c06d89d329066ad4b198a4e4c1b
parent1ed5e5768429f425f5bcb9f03bf04179dcca569f
Ugly hack for SGI IRIX 6.2.  Apparently _POSIX_THREADS is defined even
when the pthread package is not installed.  configure knows better, so
#undef _POSIX_THREADS when pthread.h does not exist.
Python/thread.c