Files
Odin/core/mem
imp0s5ible e2bb7d70af Make map_file_from_path use the open flags
map_file_from_path now passes the appropriate flags on to os.open
instead of always calling it with os.O_RDWR.
It will no longer try to open a file with write permissions if the user
didn't request write access to the file mapping (or vice-versa).
2026-03-20 15:21:12 +01:00
..
2025-10-29 16:00:29 +00:00
2025-03-31 10:51:02 +01:00
2025-10-27 18:51:51 +00:00
2025-10-30 21:04:28 +01:00