]> granicus.if.org Git - python/commitdiff
Add pthred-std define for Linux.
authorGuido van Rossum <guido@python.org>
Thu, 15 May 1997 12:24:53 +0000 (12:24 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 15 May 1997 12:24:53 +0000 (12:24 +0000)
Python/thread_pthread.h

index 6b97e8d14b040e0f94020135b07efe50cb5b8aaf..517def50771897cd7939bcc1626daa3d3fcfce86 100644 (file)
@@ -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