mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 20:02:22 -07:00
7 lines
97 B
Odin
7 lines
97 B
Odin
//+build darwin, openbsd, freebsd, netbsd
|
|
package all
|
|
|
|
import posix "core:sys/posix"
|
|
|
|
_ :: posix
|