From a0bb355ffe06fb21c7db9a47bfb120c126247e2f Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 26 Jul 2006 21:02:01 +0000 Subject: * shared.cc (offsets): Define as offsets relative to cygwin_hmodule instead of addresses. (off_addr): New macro. (open_shared): Use offsets array accordingly. Remove unused code. * shared_info.h (cygwin_shared_address): Remove. --- winsup/cygwin/shared_info.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'winsup/cygwin/shared_info.h') diff --git a/winsup/cygwin/shared_info.h b/winsup/cygwin/shared_info.h index ae80309cb..17a21b4cc 100644 --- a/winsup/cygwin/shared_info.h +++ b/winsup/cygwin/shared_info.h @@ -184,8 +184,6 @@ void __stdcall memory_init (); (((DWORD) ((p) + 1) + system_info.dwAllocationGranularity - 1) / \ system_info.dwAllocationGranularity))) -#define cygwin_shared_address ((void *) 0x61000000) - #ifdef _FHANDLER_H_ struct console_state { -- cgit v1.2.3