mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
5 lines
124 B
Odin
5 lines
124 B
Odin
#+build darwin, openbsd, freebsd, netbsd
|
|
package all
|
|
|
|
@(require) import "core:sys/posix"
|
|
@(require) import "core:sys/kqueue" |