mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 03:12:22 -07:00
9 lines
141 B
Odin
9 lines
141 B
Odin
#+build darwin, openbsd, freebsd, netbsd
|
|
package all
|
|
|
|
import posix "core:sys/posix"
|
|
import kqueue "core:sys/kqueue"
|
|
|
|
_ :: posix
|
|
_ :: kqueue
|