Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2006-07-27 01:02:01 +0400
committerCorinna Vinschen <corinna@vinschen.de>2006-07-27 01:02:01 +0400
commita0bb355ffe06fb21c7db9a47bfb120c126247e2f (patch)
treea7a3ba4c76a392b2a4dfa95aea999e46656b4fb1 /winsup/cygwin/shared_info.h
parent5faa48850f4e40c09fa9353b4e4cfbef43c7d9e0 (diff)
* 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.h2
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
{