mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Renamed thread.h to pythread.h.
This commit is contained in:
parent
c456d36bde
commit
49b560698b
10 changed files with 14 additions and 10 deletions
|
|
@ -93,7 +93,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#ifdef WITH_THREAD
|
||||
#include <sys/types.h> /* For pid_t */
|
||||
#include "thread.h"
|
||||
#include "pythread.h"
|
||||
static long main_thread;
|
||||
static pid_t main_pid;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue