*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2008-01-18 11:31:02 +00:00
parent 113f5166e9
commit ccbc064c49
2 changed files with 2 additions and 0 deletions

View File

@ -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.

1
ev.c
View 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;