mirror of
https://github.com/darlinghq/darling-libkqueue.git
synced 2024-11-26 21:20:38 +00:00
version 0.6
git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@238 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
parent
53ff7150d9
commit
9d9a22912b
@ -1,3 +1,12 @@
|
||||
2010-03-28 v0.6 r238
|
||||
------------------------------------------------------------------------
|
||||
|
||||
* Experimental Linux kernel module.
|
||||
|
||||
* Implement knote modification for signals.
|
||||
|
||||
* Implement POSIX signal.c
|
||||
|
||||
2010-02-09 v0.5 r200
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
program="libkqueue"
|
||||
version="0.5"
|
||||
version="0.6"
|
||||
cflags="-fPIC -I./include -I./src/common -Wall -Werror"
|
||||
sources="src/common/filter.c src/common/knote.c
|
||||
src/common/kevent.c src/common/kqueue.c"
|
||||
|
Loading…
Reference in New Issue
Block a user