setup os_init() for manually starting up os_context

This commit is contained in:
ed
2025-02-09 02:20:36 -05:00
parent 83ce4d1bb2
commit d867a8b0c0
9 changed files with 170 additions and 18 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ void os_abort(S32 exit_code) { exit(exit_code); }
OS_Handle
os_file_open(OS_AccessFlags flags, String8 path)
{
TempArena scratch = scratch_begin(0, 0);
TempArena scratch = scratch_begin(0, 0);
{
String8 path_copy = push_str8_copy(scratch.arena, path);
int lnx_flags = 0;