summaryrefslogtreecommitdiff
path: root/libraries/libkqueue/README
diff options
context:
space:
mode:
authorThomas Robinson <cyranix@cyranix.net>2012-12-20 17:06:39 +0100
committerMatteo Bernardini <ponce@slackbuilds.org>2012-12-20 17:07:01 +0100
commitd78f30097d3cf724e78a9523b2e9803668fd79f9 (patch)
treee121d6e8a12c325d580c2abebe407301fc7e4e52 /libraries/libkqueue/README
parent968ce440909e91d154fd91c2e46fd59c63c4deb3 (diff)
downloadslackbuilds-d78f30097d3cf724e78a9523b2e9803668fd79f9.tar.gz
libraries/libkqueue: Added (userspace impl. of kqueue).
(adapted the slackbuild to our template --ponce) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libkqueue/README')
-rw-r--r--libraries/libkqueue/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libkqueue/README b/libraries/libkqueue/README
new file mode 100644
index 0000000000..15a2ec6e14
--- /dev/null
+++ b/libraries/libkqueue/README
@@ -0,0 +1,9 @@
+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.