Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8fba8e

Browse files
committed
Add pthred-std define for Linux.
1 parent 8766dfd commit c8fba8e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Python/thread_pthread.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ PERFORMANCE OF THIS SOFTWARE.
6868

6969
#elif defined(__unix) && defined(__sparc)
7070
# define PY_PTHREAD_STD
71+
#elif defined(__linux)
72+
# define PY_PTHREAD_STD
7173

7274
#endif
7375

0 commit comments

Comments
 (0)