ntdll: Use MAP_SHARED also for read-only mappings.
commitb1f8a91e6c1f9bf5524eb130a912fb8727f258ff
authorAlexandre Julliard <julliard@winehq.org>
Tue, 6 Feb 2018 09:43:12 +0000 (6 10:43 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 6 Feb 2018 13:28:10 +0000 (6 14:28 +0100)
tree8d6cea2d99bf10a7a2a28854b28a21998b6d2e22
parentddfa042db1112488e2b110963aa78226107742be
ntdll: Use MAP_SHARED also for read-only mappings.

This essentially reverts commit dac252ecb42fb17c2f3f2deb559262514b58e990.
It's necessary for macOS.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/virtual.c