slackbuilds_ponce/libraries/libkqueue/README
Thomas Robinson d78f30097d libraries/libkqueue: Added (userspace impl. of kqueue).
(adapted the slackbuild to our template  --ponce)

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2012-12-20 17:07:01 +01:00

9 lines
343 B
Text

libkqueue (portable userspace implementation of kqueue(2))
libkqueue is a portable userspace implementation of the kqueue(2)
kernel event notification mechanism. It acts as a translator
between the kevent structure and the native kernel facilities of
the host machine.
This library is necessary for the Darling project to compile
correctly.