Disable the os-specific code in libc so that non-OS specific platforms still work with it

This commit is contained in:
gingerBill
2025-01-01 15:13:36 +00:00
parent 049359cae4
commit 6383fddb59

View File

@@ -1,3 +1,4 @@
#+build !freestanding
package odin_libc
import "core:c"