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:
authorCorinna Vinschen <corinna@vinschen.de>2011-05-27 10:11:05 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-05-27 10:11:05 +0400
commitbfce73c261fd9da02ce1d25a4a466ece1b3a55ea (patch)
treeb6d92670ebd2f8c73279b01c3cee61a5d49144d9 /winsup/cygwin/shared_info.h
parent28667da372fb11bc8df08e1991a814005977e99f (diff)
* shared.cc (offsets): Reorder so that console_state is lowest in
memory. Explain why. (open_shared): Accommodate reordering of offsets array. * shared_info.h (shared_locations): Reorder SH_SHARED_CONSOLE after SH_MYSELF.
Diffstat (limited to 'winsup/cygwin/shared_info.h')
-rw-r--r--winsup/cygwin/shared_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/shared_info.h b/winsup/cygwin/shared_info.h
index 8a6a3f8fc..408a65eae 100644
--- a/winsup/cygwin/shared_info.h
+++ b/winsup/cygwin/shared_info.h
@@ -64,8 +64,8 @@ enum shared_locations
{
SH_CYGWIN_SHARED,
SH_USER_SHARED,
- SH_SHARED_CONSOLE,
SH_MYSELF,
+ SH_SHARED_CONSOLE,
SH_TOTAL_SIZE,
SH_JUSTCREATE,
SH_JUSTOPEN