* tty.cc (grantpt): Check for valid fd.
(unlockpt): Ditto.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user