Rename to Map_File_*

This commit is contained in:
gingerBill
2024-01-17 22:43:35 +00:00
parent c35d5d4c42
commit a8021f03a6
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ _platform_memory_init :: proc() {
}
_map_file :: proc "contextless" (fd: uintptr, size: i64, flags: Mapped_File_Flags) -> (data: []byte, error: Mapped_File_Error) {
_map_file :: proc "contextless" (fd: uintptr, size: i64, flags: Map_File_Flags) -> (data: []byte, error: Map_File_Error) {
prot: linux.Mem_Protection
if .Read in flags {
prot += {.READ}