summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread.c b/Python/thread.c
index f366a71ec7..b5d99ef4bd 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -58,7 +58,7 @@ extern char *getenv(const char *);
#define SUN_LWP
#endif
-#ifdef __MWERKS__
+#if defined(__MWERKS__) && !defined(__BEOS__)
#define _POSIX_THREADS
#endif