Fix posix

This commit is contained in:
Lucas Perlind
2025-05-08 17:41:03 +10:00
parent 1bea59ee68
commit 5292a7f4f3
5 changed files with 35 additions and 32 deletions
+1
View File
@@ -50,6 +50,7 @@ _process_info_by_pid :: proc(pid: int, selection: Process_Info_Fields, allocator
}
temp_allocator := get_temp_allocator(TEMP_ALLOCATOR_GUARD({ allocator }))
info.pid = pid
// Thought on errors is: allocation failures return immediately (also why the non-allocation stuff is done first),