diff options
Diffstat (limited to 'winsup/cygwin/shared_info.h')
-rw-r--r-- | winsup/cygwin/shared_info.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/winsup/cygwin/shared_info.h b/winsup/cygwin/shared_info.h index 5a083f8fa..feb8ff1da 100644 --- a/winsup/cygwin/shared_info.h +++ b/winsup/cygwin/shared_info.h @@ -30,7 +30,7 @@ public: /* Data accessible to all tasks */ -#define CURR_SHARED_MAGIC 0x7f4db5d3U +#define CURR_SHARED_MAGIC 0xb41ae342U #define USER_VERSION 1 #define CURR_USER_MAGIC 0x6112afb3U @@ -44,8 +44,6 @@ class shared_info DWORD cb; public: DWORD heap_chunk; - bool heap_slop_inited; - DWORD heap_slop; DWORD sys_mount_table_counter; tty_list tty; LONG last_used_bindresvport; @@ -55,7 +53,6 @@ class shared_info void initialize (); void init_obcaseinsensitive (); unsigned heap_chunk_size (); - unsigned heap_slop_size (); static void create (); }; |