소스 검색

add kqueue to docs

Laytan Laats 10 달 전
부모
커밋
7b63abdba3
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      examples/all/all_posix.odin

+ 3 - 1
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