diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2006-07-26 21:02:01 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2006-07-26 21:02:01 +0000 |
commit | a0bb355ffe06fb21c7db9a47bfb120c126247e2f (patch) | |
tree | a7a3ba4c76a392b2a4dfa95aea999e46656b4fb1 /winsup/cygwin/shared_info.h | |
parent | 5faa48850f4e40c09fa9353b4e4cfbef43c7d9e0 (diff) | |
download | cygnal-a0bb355ffe06fb21c7db9a47bfb120c126247e2f.tar.gz cygnal-a0bb355ffe06fb21c7db9a47bfb120c126247e2f.tar.bz2 cygnal-a0bb355ffe06fb21c7db9a47bfb120c126247e2f.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/shared_info.h')
-rw-r--r-- | winsup/cygwin/shared_info.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |