summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-06-11 06:22:31 +0000
committerMartin v. Löwis <martin@v.loewis.de>2002-06-11 06:22:31 +0000
commit405adb9e26516403e1b1ffdfe494ae29e23ecaba (patch)
tree8fde46b9d387e1a33b4728bc6d8bce6b713a9005 /Python/thread.c
parent56261979c374c58bc0b3824f9b379dcdeb6e6035 (diff)
downloadcpython-405adb9e26516403e1b1ffdfe494ae29e23ecaba.tar.gz
Patch #488073: AtheOS port.
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Python/thread.c b/Python/thread.c
index b35a48b2eb..1c5e685e9a 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -133,6 +133,10 @@ void PyThread_init_thread(void)
#include "thread_plan9.h"
#endif
+#ifdef ATHEOS_THREADS
+#include "thread_atheos.h"
+#endif
+
/*
#ifdef FOOBAR_THREADS
#include "thread_foobar.h"