diff options
-rw-r--r-- | Changes | 2 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ Revision history for libev, a high-performance and full-featured event loop. TODO: ev_loop_wakeup -TODO: EV_MF_ACQ / EV_MF_REL (e.g. __sync_synchronize) +TODO: EV_NO_THREADS/NO_SMP and/or EV_USE_PTHREADS or so. also document. 4.10 - fix a race where the workaround against the epoll fork bugs caused signals to not be handled anymore. diff --git a/Makefile.am b/Makefile.am index 058c2cb..f0c6bed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ VERSION_INFO = 4:0:0 EXTRA_DIST = LICENSE Changes libev.m4 autogen.sh \ ev_vars.h ev_wrap.h \ ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c \ - ev.3 ev.pod + ev.3 ev.pod Symbols.ev Symbols.event man_MANS = ev.3 |