* cygheap.cc (cygheap_init): Set cygheap->shared_prefix.

* cygheap.h (struct init_cygheap): Add shared_prefix.
	* shared.cc (shared_name): Use cygheap->shared_prefix.
This commit is contained in:
Corinna Vinschen
2003-12-01 15:03:43 +00:00
parent 4febe95f89
commit 6c2b784612
4 changed files with 14 additions and 5 deletions

View File

@ -254,6 +254,7 @@ struct init_cygheap
char *cygwin_regname;
cwdstuff cwd;
dtable fdtab;
const char *shared_prefix;
#ifdef DEBUGGING
cygheap_debug debug;
#endif