From bfce73c261fd9da02ce1d25a4a466ece1b3a55ea Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 27 May 2011 06:11:05 +0000 Subject: * 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. --- winsup/cygwin/shared_info.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/shared_info.h') 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 -- cgit v1.2.3