Kaydet (Commit) c8fba8ee authored tarafından Guido van Rossum's avatar Guido van Rossum

Add pthred-std define for Linux.

üst 8766dfd9
...@@ -68,6 +68,8 @@ PERFORMANCE OF THIS SOFTWARE. ...@@ -68,6 +68,8 @@ PERFORMANCE OF THIS SOFTWARE.
#elif defined(__unix) && defined(__sparc) #elif defined(__unix) && defined(__sparc)
# define PY_PTHREAD_STD # define PY_PTHREAD_STD
#elif defined(__linux)
# define PY_PTHREAD_STD
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment