commit | c8fba8ee146a9681258c8ed4c20ef2485c82aba3 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu May 15 12:24:53 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu May 15 12:24:53 1997 +0000 |
tree | b18651c037d5ac6e4db85cf110ebacfd238c290c | |
parent | 8766dfd9e8ae01b05b0625734b7cd8f4e3ddf5ad [diff] |
Add pthred-std define for Linux.
diff --git a/Python/thread_pthread.h b/Python/thread_pthread.h index 6b97e8d..517def5 100644 --- a/Python/thread_pthread.h +++ b/Python/thread_pthread.h
@@ -68,6 +68,8 @@ #elif defined(__unix) && defined(__sparc) # define PY_PTHREAD_STD +#elif defined(__linux) +# define PY_PTHREAD_STD #endif