mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-04 18:28:30 +00:00
Release Cosmopolitan v3.5.6
This commit is contained in:
parent
2018cac11f
commit
3374cbba73
4 changed files with 6 additions and 7 deletions
|
@ -146,9 +146,7 @@ static int __muntrack(char *addr, size_t size, int pagesz,
|
|||
__maps.count -= 1;
|
||||
__maps_check();
|
||||
} else if (IsWindows()) {
|
||||
// you can't carve up memory maps on windows. our mmap() makes
|
||||
// this not a problem (for non-enormous memory maps) by making
|
||||
// independent mappings for each 64 kb granule, under the hood
|
||||
// you can't carve up memory maps on windows ;_;
|
||||
rc = einval();
|
||||
} else if (addr <= map_addr) {
|
||||
// shave off lefthand side of mapping
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue