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-06-08 00:55:10 +0400
committerChristopher Faylor <me@cgf.cx>2011-06-08 00:55:10 +0400
commit0791c40b209d5622b300320e11f2bf2af8b2b775 (patch)
treeaa71d49f619087ca54b1452c6747478ff6fb32f3 /winsup/cygwin/shared_info.h
parent772832a85b7e03acf341d53ec55003c9564bc16e (diff)
* fhandler_console.cc (fhandler_console::open_shared_console): Semi-revert to
using fixed location for console stuff. * shared.cc (offsets): Ditto. Comment. * shared_info (shared_locations): Re-add SH_SHARED_CONSOLE.
Diffstat (limited to 'winsup/cygwin/shared_info.h')
-rw-r--r--winsup/cygwin/shared_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/shared_info.h b/winsup/cygwin/shared_info.h
index d1260e633..b18625d1a 100644
--- a/winsup/cygwin/shared_info.h
+++ b/winsup/cygwin/shared_info.h
@@ -65,6 +65,7 @@ enum shared_locations
SH_CYGWIN_SHARED,
SH_USER_SHARED,
SH_MYSELF,
+ SH_SHARED_CONSOLE,
SH_TOTAL_SIZE,
SH_JUSTCREATE,
SH_JUSTOPEN