add kqueue to docs

This commit is contained in:
Laytan Laats
2024-11-01 16:42:06 +01:00
parent f798f0b446
commit 7fd32a74c5

View File

@@ -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