]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: drop fixed addresses for standard shared regions
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 18 Jan 2023 12:16:50 +0000 (13:16 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 18 Jan 2023 12:16:50 +0000 (13:16 +0100)
commit31302b267b86a9e9190dd260f2ff4f0c74410bf3
treec74f03b80e286a5c1edda0463a1fdc4ed1f5d452
parent9ddd48ee1b8d736ebbd0b0bdf146ecf96774cd8a
Cygwin: drop fixed addresses for standard shared regions

With the previous commit 9ddd48ee1b8d ("Cygwin: /proc/<PID>/maps:
print real shared region addresses"), the real addresses of
the standard shared regions (cygwin, user, myself, shared console)
are read from the printed process itself.  We don't need fixed
addresses anymore, so drop the definitions and simplify open_shared.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/local_includes/memory_layout.h
winsup/cygwin/mm/shared.cc
This page took 0.030643 seconds and 5 git commands to generate.