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