mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
add kqueue to docs
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
#+build darwin, openbsd, freebsd, netbsd
|
#+build darwin, openbsd, freebsd, netbsd
|
||||||
package all
|
package all
|
||||||
|
|
||||||
import posix "core:sys/posix"
|
import posix "core:sys/posix"
|
||||||
|
import kqueue "core:sys/kqueue"
|
||||||
|
|
||||||
_ :: posix
|
_ :: posix
|
||||||
|
_ :: kqueue
|
||||||
|
|||||||
Reference in New Issue
Block a user