From 7fd32a74c57766c570fbf5b178f9e31bd9b558bf Mon Sep 17 00:00:00 2001 From: Laytan Laats Date: Fri, 1 Nov 2024 16:42:06 +0100 Subject: [PATCH] add kqueue to docs --- examples/all/all_posix.odin | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/all/all_posix.odin b/examples/all/all_posix.odin index 76fac0b87..61b33a5c6 100644 --- a/examples/all/all_posix.odin +++ b/examples/all/all_posix.odin @@ -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