bpo-36648: fix mmap issue for VxWorks (GH-12394)
The mmap module set MAP_SHARED flag when map anonymous memory, however VxWorks only support MAP_PRIVATE when map anonymous memory, this commit clear MAP_SHARED and set MAP_PRIVATE.
L
Lihua Zhao committed
4fb15021890d327023aefd95f5a84ac33b037d19
Parent: f2d7ac7
Committed by Victor Stinner <vstinner@redhat.com>
on 5/21/2019, 10:50:14 AM