mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
posix: add package
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
//+build darwin, openbsd, freebsd, netbsd
|
||||
package all
|
||||
|
||||
import posix "core:sys/posix"
|
||||
|
||||
_ :: posix
|
||||
Reference in New Issue
Block a user