From cbe537543738595591484dacafcafabcad673005 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 30 May 2003 15:01:33 +0000 Subject: * cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's have problems with. * path.cc (path_conv::check): Rework has_acls logic slightly. Uncouple exec tests away from filesystem tests. --- winsup/cygwin/cygheap.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/cygheap.cc') diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc index 7fdb87a3e..1b4096a6f 100644 --- a/winsup/cygwin/cygheap.cc +++ b/winsup/cygwin/cygheap.cc @@ -47,7 +47,7 @@ extern "C" { static void __stdcall _cfree (void *ptr) __attribute__((regparm(1))); } -inline static void +static void init_cheap () { cygheap = (init_cygheap *) VirtualAlloc ((void *) &_cygheap_start, CYGHEAPSIZE, MEM_RESERVE, PAGE_NOACCESS); -- cgit v1.2.3