diff options
Diffstat (limited to 'libraries/libkqueue/README')
-rw-r--r-- | libraries/libkqueue/README | 9 |
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. |