diff options
Diffstat (limited to 'winsup/cygwin/cygheap.h')
-rw-r--r-- | winsup/cygwin/cygheap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h index d1bc5cc8a..b18158420 100644 --- a/winsup/cygwin/cygheap.h +++ b/winsup/cygwin/cygheap.h @@ -295,6 +295,9 @@ struct init_cygheap size_t sthreads; pid_t pid; /* my pid */ HANDLE pid_handle; /* handle for my pid */ + struct { /* Equivalent to using LIST_HEAD. */ + struct inode_t *lh_first; + } inode_list; /* Global inode pointer for adv. locking. */ hook_chain hooks; void close_ctty (); int manage_console_count (const char *, int, bool = false) __attribute__ ((regparm (3))); |