From 824166e620dcffbd338795d6944281bc022e9ecf Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 19 Oct 2002 00:35:20 +0000 Subject: * cygthread.cc: Bump number of cygthreads up to accommodate applications which use ttys. --- winsup/cygwin/cygthread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/cygthread.cc') diff --git a/winsup/cygwin/cygthread.cc b/winsup/cygwin/cygthread.cc index d4295e61b..76f11390d 100644 --- a/winsup/cygwin/cygthread.cc +++ b/winsup/cygwin/cygthread.cc @@ -15,7 +15,7 @@ details. */ #undef CloseHandle -static cygthread NO_COPY threads[6]; +static cygthread NO_COPY threads[9]; #define NTHREADS (sizeof (threads) / sizeof (threads[0])) DWORD NO_COPY cygthread::main_thread_id; -- cgit v1.2.3