]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: open_shared: don't reuse shared_locations parameter as output
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 16 Jan 2023 21:25:42 +0000 (22:25 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 17 Jan 2023 18:47:33 +0000 (19:47 +0100)
commit62f11a5a57043404719cc5d81f3d2ebbf8142b29
tree1c5d1c2ac73f6b8e1e493bc97f2f311ffd0ab466
parent39db1a7f423b5ddfdc5a8ce484757448d8e4f9d6
Cygwin: open_shared: don't reuse shared_locations parameter as output

For ages, open_shared uses the shared_locations parameter as
output to indicate if the mapping for a shared region has been
created or just opened.  Split this into two parameters.  Use
the shared_locations parameter as input only, return the creation
state of the mapping in a bool reference parameter.

Conflict: Simple collision due to missing backport of
  3721a756b0d8 ("Cygwin: console: Make the console accessible from other terminals.")
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/fhandler/console.cc
winsup/cygwin/local_includes/shared_info.h
winsup/cygwin/mm/shared.cc
winsup/cygwin/pinfo.cc
This page took 0.033319 seconds and 5 git commands to generate.