mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Jack Jansen: Posix threads are now supported on the Macintosh too.
This commit is contained in:
parent
0f7bd3ce9f
commit
095249fc8c
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ extern char *getenv();
|
|||
#define SUN_LWP
|
||||
#endif
|
||||
|
||||
#ifdef __MWERKS__
|
||||
#define _POSIX_THREADS
|
||||
#endif
|
||||
|
||||
#endif /* _POSIX_THREADS */
|
||||
|
||||
#ifdef __STDC__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue