* cygthread.cc: Bump number of cygthreads up to accommodate applications which
use ttys.
This commit is contained in:
parent
60bc7b5977
commit
824166e620
@ -1,3 +1,8 @@
|
|||||||
|
2002-10-18 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* cygthread.cc: Bump number of cygthreads up to accommodate
|
||||||
|
applications which use ttys.
|
||||||
|
|
||||||
2002-10-18 Christopher Faylor <cgf@redhat.com>
|
2002-10-18 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* fork.cc (fork_child): Move mmap initialization.
|
* fork.cc (fork_child): Move mmap initialization.
|
||||||
|
@ -15,7 +15,7 @@ details. */
|
|||||||
|
|
||||||
#undef CloseHandle
|
#undef CloseHandle
|
||||||
|
|
||||||
static cygthread NO_COPY threads[6];
|
static cygthread NO_COPY threads[9];
|
||||||
#define NTHREADS (sizeof (threads) / sizeof (threads[0]))
|
#define NTHREADS (sizeof (threads) / sizeof (threads[0]))
|
||||||
|
|
||||||
DWORD NO_COPY cygthread::main_thread_id;
|
DWORD NO_COPY cygthread::main_thread_id;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user