mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Tim's changes; removed some remaining non-functional ifdefs
This commit is contained in:
parent
2c8cb9f3d2
commit
b98b1b3deb
3 changed files with 86 additions and 91 deletions
|
@ -52,10 +52,6 @@ static void _init_thread _P0()
|
|||
int start_new_thread _P2(func, void (*func) _P((void *)), arg, void *arg)
|
||||
{
|
||||
thread_t tid;
|
||||
#if defined(SGI_THREADS) && defined(USE_DL)
|
||||
long addr, size;
|
||||
static int local_initialized = 0;
|
||||
#endif /* SGI_THREADS and USE_DL */
|
||||
int success = 0; /* init not needed when SOLARIS_THREADS and */
|
||||
/* C_THREADS implemented properly */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue