Skip to content

Commit 8170188

Browse files
author
loewis
committed
Patch #504224: add plan9 threads include to thread.c.
git-svn-id: http://svn.python.org/projects/python/trunk@25569 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 3ec0f45 commit 8170188

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)