From 6c2b7846124572ffed3ce4fea074cc89e732651c Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 1 Dec 2003 15:03:43 +0000 Subject: * cygheap.cc (cygheap_init): Set cygheap->shared_prefix. * cygheap.h (struct init_cygheap): Add shared_prefix. * shared.cc (shared_name): Use cygheap->shared_prefix. --- winsup/cygwin/cygheap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/cygheap.h') 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 -- cgit v1.2.3