mirror of https://github.com/python/cpython
Add pthred-std define for Linux.
This commit is contained in:
parent
8766dfd9e8
commit
c8fba8ee14
|
@ -68,6 +68,8 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#elif defined(__unix) && defined(__sparc)
|
||||
# define PY_PTHREAD_STD
|
||||
#elif defined(__linux)
|
||||
# define PY_PTHREAD_STD
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue