Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-09-21 08:33:57 +0400
committerChristopher Faylor <me@cgf.cx>2011-09-21 08:33:57 +0400
commit36b6320736dfd69ad4c07ea4ee0e0e5f10a3319d (patch)
tree10829b23895725aa65f43600171143222421c65e /winsup/cygwin/cygthread.cc
parent7c14eb05898d6095d8f694bf41c4f0914d9d96b1 (diff)
* tty.cc (grantpt): Check for valid fd.
(unlockpt): Ditto.
Diffstat (limited to 'winsup/cygwin/cygthread.cc')
-rw-r--r--winsup/cygwin/cygthread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/cygthread.cc b/winsup/cygwin/cygthread.cc
index a98f372a1..f57cdcec8 100644
--- a/winsup/cygwin/cygthread.cc
+++ b/winsup/cygwin/cygthread.cc
@@ -16,7 +16,7 @@ details. */
#undef CloseHandle
-static cygthread NO_COPY threads[32];
+static cygthread NO_COPY threads[64];
#define NTHREADS (sizeof (threads) / sizeof (threads[0]))
DWORD NO_COPY cygthread::main_thread_id;