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>2003-12-01 18:03:43 +0300
committerCorinna Vinschen <corinna@vinschen.de>2003-12-01 18:03:43 +0300
commit6c2b7846124572ffed3ce4fea074cc89e732651c (patch)
tree864e724e3480a3f4662f895e5874de95d9beed9c /winsup/cygwin/cygheap.h
parent4febe95f89e491c20503330fbad530d53d7ea4fa (diff)
* cygheap.cc (cygheap_init): Set cygheap->shared_prefix.
* cygheap.h (struct init_cygheap): Add shared_prefix. * shared.cc (shared_name): Use cygheap->shared_prefix.
Diffstat (limited to 'winsup/cygwin/cygheap.h')
-rw-r--r--winsup/cygwin/cygheap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h
index 8b84e64f2..9ce51cc33 100644
--- a/winsup/cygwin/cygheap.h
+++ b/winsup/cygwin/cygheap.h
@@ -254,6 +254,7 @@ struct init_cygheap
char *cygwin_regname;
cwdstuff cwd;
dtable fdtab;
+ const char *shared_prefix;
#ifdef DEBUGGING
cygheap_debug debug;
#endif