diff options
author | root <root> | 2013-11-22 16:42:10 +0000 |
---|---|---|
committer | root <root> | 2013-11-22 16:42:10 +0000 |
commit | 3a472fbe68ce79f79953d1acf0616c0af0dda390 (patch) | |
tree | 13efd53dd5070ac6f0604300e70da09993cefaa9 | |
parent | 20e8aa2b72bb6b0530da6f7f54f314c695a24d78 (diff) |
-rw-r--r-- | ev.pod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2415,9 +2415,9 @@ default loop and for C<SIGIO> in another loop, but you cannot watch for C<SIGINT> in both the default loop and another loop at the same time. At the moment, C<SIGCHLD> is permanently tied to the default loop. -When the first watcher gets started will libev actually register something -with the kernel (thus it coexists with your own signal handlers as long as -you don't register any with libev for the same signal). +Only after the first watcher for a signal is started will libev actually +register something with the kernel. It thus coexists with your own signal +handlers as long as you don't register any with libev for the same signal. If possible and supported, libev will install its handlers with C<SA_RESTART> (or equivalent) behaviour enabled, so system calls should |