os_core: linux port for file maps, file iters

This commit is contained in:
Ryan Fleury
2024-07-16 14:11:37 -07:00
parent 3cc51038df
commit b3f69f30ad
6 changed files with 97 additions and 15 deletions
+1 -1
View File
@@ -578,7 +578,7 @@ os_file_map_view_open(OS_Handle map, OS_AccessFlags flags, Rng1U64 range)
}
internal void
os_file_map_view_close(OS_Handle map, void *ptr)
os_file_map_view_close(OS_Handle map, void *ptr, Rng1U64 range)
{
BOOL result = UnmapViewOfFile(ptr);
(void)result;