fix runtime and libc

This commit is contained in:
avanspector
2024-02-25 03:43:41 +01:00
parent d032cff23b
commit 6c16860be6
2 changed files with 20 additions and 2 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
//+build linux, darwin, freebsd, openbsd
//+build linux, darwin, freebsd, openbsd, haiku
//+private
package runtime
@@ -35,4 +35,4 @@ _heap_resize :: proc(ptr: rawptr, new_size: int) -> rawptr {
_heap_free :: proc(ptr: rawptr) {
_unix_free(ptr)
}
}