sys/info: add missing @(private)'s

This commit is contained in:
Laytan Laats
2024-04-30 00:24:09 +02:00
parent b41395e3b4
commit c0ca26ac17
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ init_os_version :: proc () {
}
}
@(init)
@(init, private)
init_ram :: proc() {
// Retrieve RAM info using `sysinfo`
sys_info: linux.Sys_Info