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

Skip to content

Commit 7d1cd69

Browse files
committed
Patch #504224: add plan9 threads include to thread.c.
1 parent 3484a18 commit 7d1cd69

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Python/thread.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ void PyThread_init_thread(void)
133133
#include "thread_wince.h"
134134
#endif
135135

136+
#ifdef PLAN9_THREADS
137+
#include "thread_plan9.h"
138+
#endif
139+
136140
/*
137141
#ifdef FOOBAR_THREADS
138142
#include "thread_foobar.h"

0 commit comments

Comments
 (0)