diff options
| author | root <root> | 2009-07-19 20:39:54 +0000 | 
|---|---|---|
| committer | root <root> | 2009-07-19 20:39:54 +0000 | 
| commit | 85a2fe0983a27c60c8f781614b90015672820bb4 (patch) | |
| tree | b380d8d88e6972a754dec453f47c49fec589897f | |
| parent | a03265fec41805b006633a70a49d4fd2ef1a7508 (diff) | |
*** empty log message ***
| -rw-r--r-- | ev.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -2673,7 +2673,7 @@ ev_signal_start (EV_P_ ev_signal *w)    assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG));  #if EV_MULTIPLICITY -  assert (("libev: tried to attach to a signal from two different loops", +  assert (("libev: a signal must not be attached to two different loops",             !signals [w->signum - 1].loop || signals [w->signum - 1].loop == loop));    signals [w->signum - 1].loop = EV_A; | 
