mirror of
https://github.com/python/cpython.git
synced 2025-10-28 17:13:08 +00:00
Patch #805613: Fix usage of the PTH library.
This commit is contained in:
parent
7bdc484c97
commit
70849f84a0
2 changed files with 7 additions and 1 deletions
|
|
@ -98,6 +98,7 @@ void PyThread_init_thread(void)
|
|||
|
||||
#ifdef HAVE_PTH
|
||||
#include "thread_pth.h"
|
||||
#undef _POSIX_THREADS
|
||||
#endif
|
||||
|
||||
#ifdef _POSIX_THREADS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue