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>2003-04-03 03:01:11 +0400
committerChristopher Faylor <me@cgf.cx>2003-04-03 03:01:11 +0400
commitd99c61760e0516086aad7c76ece3fc968f28fdcc (patch)
tree7837b809dbba6f7c682cf25affbdfe17936399be /winsup/cygwin/fhandler_console.cc
parent15fd016389ff35dd128a26dd0bc72d3b05596dc1 (diff)
* external.cc (check_ntsec): New function.
(cygwin_internal): Add CW_CHECK_NTSEC handling to call check_ntsec() from applications. * include/cygwin/version.h: Bump API minor number. * include/sys/cygwin.h (cygwin_getinfo_types): Add CW_CHECK_NTSEC. * cygthread.cc (cygthread::new): Add more defensive debugging.
Diffstat (limited to 'winsup/cygwin/fhandler_console.cc')
-rw-r--r--winsup/cygwin/fhandler_console.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_console.cc b/winsup/cygwin/fhandler_console.cc
index 9620b29d3..768327056 100644
--- a/winsup/cygwin/fhandler_console.cc
+++ b/winsup/cygwin/fhandler_console.cc
@@ -31,7 +31,7 @@ details. */
#include "shared_info.h"
#include "cygthread.h"
-#define CONVERT_LIMIT 4096
+#define CONVERT_LIMIT 16384
static BOOL
cp_convert (UINT destcp, char *dest, UINT srccp, const char *src, DWORD size)