mirror of https://github.com/python/cpython.git
Jack Jansen: Posix threads are now supported on the Macintosh too.
This commit is contained in:
parent
0f7bd3ce9f
commit
095249fc8c
|
@ -88,6 +88,10 @@ extern char *getenv();
|
||||||
#define SUN_LWP
|
#define SUN_LWP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __MWERKS__
|
||||||
|
#define _POSIX_THREADS
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* _POSIX_THREADS */
|
#endif /* _POSIX_THREADS */
|
||||||
|
|
||||||
#ifdef __STDC__
|
#ifdef __STDC__
|
||||||
|
|
Loading…
Reference in New Issue