mirror of
https://github.com/python/cpython.git
synced 2025-07-16 15:55:18 +00:00
Add pthred-std define for Linux.
This commit is contained in:
parent
8766dfd9e8
commit
c8fba8ee14
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue