mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Patch #504224: add plan9 threads include to thread.c.
This commit is contained in:
parent
3484a18af1
commit
7d1cd6947d
1 changed files with 4 additions and 0 deletions
|
@ -133,6 +133,10 @@ void PyThread_init_thread(void)
|
|||
#include "thread_wince.h"
|
||||
#endif
|
||||
|
||||
#ifdef PLAN9_THREADS
|
||||
#include "thread_plan9.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
#ifdef FOOBAR_THREADS
|
||||
#include "thread_foobar.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue