mirror of
https://github.com/python/cpython.git
synced 2025-07-12 05:45:15 +00:00
Changes for BeOS, QNX and long long, by Chris Herborth.
This commit is contained in:
parent
7d896ab1bb
commit
1a8791e0b8
12 changed files with 559 additions and 1 deletions
|
@ -153,6 +153,10 @@ void init_thread _P0()
|
|||
#include "thread_os2.h"
|
||||
#endif
|
||||
|
||||
#ifdef BEOS_THREADS
|
||||
#include "thread_beos.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
#ifdef FOOBAR_THREADS
|
||||
#include "thread_foobar.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue