mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-18 10:37:01 +00: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" |