Update selectors.nim

This commit is contained in:
Varriount
2014-05-25 12:20:24 -04:00
parent f10f9c4b7e
commit 1d6c05edc3

View File

@@ -183,7 +183,7 @@ elif defined(linux):
## Retrieves the selector key for ``fd``.
return s.fds[fd]
elif defined(openbsd) or defined(macosx):
elif not defined(nimdoc):
# TODO: kqueue for bsd/mac os x.
type
PSelector* = ref object