diff options
author | root <root> | 2008-01-18 11:31:02 +0000 |
---|---|---|
committer | root <root> | 2008-01-18 11:31:02 +0000 |
commit | 5b2da1304aaf98b2a851bf1bd0e180478ea61dec (patch) | |
tree | 9504f7fef85ace986f6b935a9708379efc2f8e37 | |
parent | f33a7d9fc29fddfc275c32ac89895119dd0ffeda (diff) |
*** empty log message ***
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | ev.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,7 @@ Revision history for libev, a high-performance and full-featured event loop - ev++.h includes "ev.h" by default now, not <ev.h>. - slightly improved documentation. + - speed up signal detection after a fork. 2.01 Tue Dec 25 08:04:41 CET 2007 - separate Changes file. @@ -1168,6 +1168,7 @@ loop_fork (EV_P) syserr ("(libev) error creating pipe"); siginit (EV_A); + sigcb (EV_A_ &sigev, EV_READ); } postfork = 0; |