summaryrefslogtreecommitdiff
path: root/Python/thread_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'Python/thread_pthread.h')
-rw-r--r--Python/thread_pthread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h
index 6b97e8d14b..517def5077 100644
--- a/Python/thread_pthread.h
+++ b/Python/thread_pthread.h
@@ -68,6 +68,8 @@ PERFORMANCE OF THIS SOFTWARE.
#elif defined(__unix) && defined(__sparc)
# define PY_PTHREAD_STD
+#elif defined(__linux)
+# define PY_PTHREAD_STD
#endif